]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql-nptl.patch
This commit was manufactured by cvs2git to create branch 'MYSQL_4_00'.
[packages/mysql.git] / mysql-nptl.patch
index 8e3153a66e13989a8e023faf2d23d0edbb742e55..b0286e10cd0fd305f373cb4ae675f52b0f1edf40 100644 (file)
@@ -6,7 +6,7 @@
    AC_MSG_CHECKING("LinuxThreads")
 -    res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
 -    if test "$res" -gt 0
-+    if test -f /lib/libpthread.so.0
++    if grep -qs pthread_create /usr/include/pthread.h
      then
        AC_MSG_RESULT("Found")
        AC_DEFINE(HAVE_LINUXTHREADS)
This page took 0.076267 seconds and 4 git commands to generate.