]> granicus.if.org Git - php/commitdiff
/usr/lib is the default install dir on Mandrake
authorFrank M. Kromann <fmk@php.net>
Sun, 14 Apr 2002 02:28:09 +0000 (02:28 +0000)
committerFrank M. Kromann <fmk@php.net>
Sun, 14 Apr 2002 02:28:09 +0000 (02:28 +0000)
ext/fbsql/config.m4

index 34dc9fcf6cfc10b9d0e1686647ff444db1055f97..5143390fe54047ba92e65e7394e0c60f30641e65 100644 (file)
@@ -13,7 +13,7 @@ if test "$PHP_FBSQL" != "no"; then
   FBSQL_INSTALLATION_DIR=""
   if test "$PHP_FBSQL" = "yes"; then
 
-    for i in /Local/Library /usr /usr/local /opt /Library; do
+    for i in /Local/Library /usr /usr/local /opt /Library /usr/lib; do
       if test -f $i/FrontBase/include/FBCAccess/FBCAccess.h; then
         FBSQL_INSTALLATION_DIR=$i/FrontBase
         break