]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-nptl.patch
- full patch for sql file
[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 @@ -1197,8 +1197,7 @@
4  then
5    # Look for LinuxThreads.
6    AC_MSG_CHECKING("LinuxThreads")
7 -    res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
8 -    if test "$res" -gt 0
9 +    if test -f /lib/libpthread.so.0
10      then
11        AC_MSG_RESULT("Found")
12        AC_DEFINE(HAVE_LINUXTHREADS)
This page took 0.025042 seconds and 3 git commands to generate.