summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2002-04-14 02:28:09 +0000
committerFrank M. Kromann <fmk@php.net>2002-04-14 02:28:09 +0000
commitcd0b3ea491b15bce5de0c9669cc86165e36bcb76 (patch)
treeb92c578b690582bad6fae5ff9a494eb8a50f151a /ext
parent72c40cdf42ecc9554e5cfd207fcfc8a03d4c8690 (diff)
downloadphp-git-cd0b3ea491b15bce5de0c9669cc86165e36bcb76.tar.gz
/usr/lib is the default install dir on Mandrake
Diffstat (limited to 'ext')
-rw-r--r--ext/fbsql/config.m42
1 files changed, 1 insertions, 1 deletions
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