From cd0b3ea491b15bce5de0c9669cc86165e36bcb76 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Sun, 14 Apr 2002 02:28:09 +0000 Subject: [PATCH] /usr/lib is the default install dir on Mandrake --- ext/fbsql/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1