]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-nptl.patch
convert to utf8
[packages/mysql.git] / mysql-nptl.patch
1 --- mysql/configure.in  2004-02-17 01:20:24.000000000 +0100
2 +++ mysql/configure.in  2004-02-17 01:21:50.805018856 +0100
3 @@ -1273,8 +1273,7 @@
4            # old method, check headers
5            # Look for LinuxThreads.
6            AC_MSG_CHECKING("LinuxThreads in header file comment")
7 -          res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
8 -          if test "$res" -gt 0
9 +         if grep -qs pthread_create /usr/include/pthread.h
10            then
11              AC_MSG_RESULT("Found")
12              AC_DEFINE([HAVE_LINUXTHREADS], [1],
13
This page took 0.025461 seconds and 3 git commands to generate.