diff -Naur mysql-5.0.21.orig/configure mysql-5.0.21/configure
|
old
|
new
|
|
| 25913 | 25913 | # Look for LinuxThreads. |
| 25914 | 25914 | echo "$as_me:$LINENO: checking \"LinuxThreads in header file comment\"" >&5 |
| 25915 | 25915 | echo $ECHO_N "checking \"LinuxThreads in header file comment\"... $ECHO_C" >&6 |
| 25916 | | res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l` |
| | 25916 | # res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l` |
| | 25917 | res=1 |
| 25917 | 25918 | if test "$res" -gt 0 |
| 25918 | 25919 | then |
| 25919 | 25920 | echo "$as_me:$LINENO: result: \"Found\"" >&5 |