summaryrefslogtreecommitdiff
path: root/ext/fbsql
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-10-01 02:53:23 +0000
committerfoobar <sniper@php.net>2003-10-01 02:53:23 +0000
commitdc080a5db6f31c5d174dc0cc097da509c2533142 (patch)
tree39482ab88773c67f3b569e6e34bdfc02f818aec2 /ext/fbsql
parent5b17050a79fff705bc446446d35525d776b78de7 (diff)
downloadphp-git-dc080a5db6f31c5d174dc0cc097da509c2533142.tar.gz
- Always look into /usr/local before /usr
- Added breaks to make sure the preferred value is used.
Diffstat (limited to 'ext/fbsql')
-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 14360ce8b2..60707d3269 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 /usr/lib; do
+ for i in /Local/Library /usr/local /usr /opt /Library /usr/lib; do
if test -f $i/FrontBase/include/FBCAccess/FBCAccess.h; then
FBSQL_INSTALLATION_DIR=$i/FrontBase
break