]> git.pld-linux.org Git - packages/mysql.git/blame - mysql-nptl.patch
- commenting the file content
[packages/mysql.git] / mysql-nptl.patch
CommitLineData
15642287 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
45597c33 9+ if grep -qs pthread_create /usr/include/pthread.h
15642287 10 then
11 AC_MSG_RESULT("Found")
12 AC_DEFINE(HAVE_LINUXTHREADS)
This page took 0.034803 seconds and 4 git commands to generate.