]> granicus.if.org Git - php/commitdiff
support building on new-fangled 64bit linux distros that stick
authorGeorge Schlossnagle <gschlossnagle@php.net>
Thu, 19 May 2005 14:23:07 +0000 (14:23 +0000)
committerGeorge Schlossnagle <gschlossnagle@php.net>
Thu, 19 May 2005 14:23:07 +0000 (14:23 +0000)
libraries in /usr/lib64

ext/mysql/config.m4

index 9e689d26d9db5e9ddafd4bf11b8afad00b673466..666dba6dd73489beb895e241492edc27e2e342a5 100644 (file)
@@ -83,7 +83,7 @@ if test "$PHP_MYSQL" != "no"; then
 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