mysql: mysql-5.0.21-nptl.patch

File mysql-5.0.21-nptl.patch, 0.7 KB (added by trolav, 3 years ago)
  • mysql-5.0.21

    diff -Naur mysql-5.0.21.orig/configure mysql-5.0.21/configure
    old new  
    2591325913          # Look for LinuxThreads. 
    2591425914          echo "$as_me:$LINENO: checking \"LinuxThreads in header file comment\"" >&5 
    2591525915echo $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 
    2591725918          if test "$res" -gt 0 
    2591825919          then 
    2591925920            echo "$as_me:$LINENO: result: \"Found\"" >&5