From: Frank M. Kromann Date: Sun, 14 Apr 2002 02:28:09 +0000 (+0000) Subject: /usr/lib is the default install dir on Mandrake X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~658 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd0b3ea491b15bce5de0c9669cc86165e36bcb76;p=php /usr/lib is the default install dir on Mandrake --- diff --git a/ext/fbsql/config.m4 b/ext/fbsql/config.m4 index 34dc9fcf6c..5143390fe5 100644 --- a/ext/fbsql/config.m4 +++ b/ext/fbsql/config.m4 @@ -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