]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 18 Oct 2007 09:35:32 +0000 (09:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-nptl.patch -> 1.2.4.1

mysql-nptl.patch

index b0286e10cd0fd305f373cb4ae675f52b0f1edf40..bfcd88575bb0e928d0b06d33fec6b004028e3a9c 100644 (file)
@@ -1,12 +1,13 @@
 --- mysql/configure.in 2004-02-17 01:20:24.000000000 +0100
 +++ mysql/configure.in 2004-02-17 01:21:50.805018856 +0100
-@@ -1197,8 +1197,7 @@
- then
-   # Look for LinuxThreads.
-   AC_MSG_CHECKING("LinuxThreads")
--    res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
--    if test "$res" -gt 0
-+    if grep -qs pthread_create /usr/include/pthread.h
-     then
-       AC_MSG_RESULT("Found")
-       AC_DEFINE(HAVE_LINUXTHREADS)
+@@ -1273,8 +1273,7 @@
+           # old method, check headers
+           # Look for LinuxThreads.
+           AC_MSG_CHECKING("LinuxThreads in header file comment")
+-          res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
+-          if test "$res" -gt 0
++        if grep -qs pthread_create /usr/include/pthread.h
+           then
+             AC_MSG_RESULT("Found")
+             AC_DEFINE([HAVE_LINUXTHREADS], [1],
+
This page took 0.150615 seconds and 4 git commands to generate.