gschlossnagle           Thu May 19 10:23:08 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/mysql  config.m4 
  Log:
  support building on new-fangled 64bit linux distros that stick
  libraries in /usr/lib64
  
  
  
http://cvs.php.net/diff.php/php-src/ext/mysql/config.m4?r1=1.61.2.1&r2=1.61.2.2&ty=u
Index: php-src/ext/mysql/config.m4
diff -u php-src/ext/mysql/config.m4:1.61.2.1 
php-src/ext/mysql/config.m4:1.61.2.2
--- php-src/ext/mysql/config.m4:1.61.2.1        Thu Dec 30 02:04:10 2004
+++ php-src/ext/mysql/config.m4 Thu May 19 10:23:07 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.61.2.1 2004/12/30 07:04:10 sniper Exp $
+dnl $Id: config.m4,v 1.61.2.2 2005/05/19 14:23:07 gschlossnagle Exp $
 dnl
 
 AC_DEFUN([MYSQL_LIB_CHK], [
@@ -83,7 +83,7 @@
 Note that the MySQL client library is not bundled anymore.])
   fi
 
-  for i in lib lib/mysql; do
+  for i in lib lib/mysql lib64 lib64/mysql; do
     MYSQL_LIB_CHK($i)
   done
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to