diff options
Diffstat (limited to 'ext/fbsql/config.m4')
| -rw-r--r-- | ext/fbsql/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fbsql/config.m4 b/ext/fbsql/config.m4 index 2289c3c57d..a683dbc001 100644 --- a/ext/fbsql/config.m4 +++ b/ext/fbsql/config.m4 @@ -14,7 +14,7 @@ if test "$PHP_FBSQL" != "no"; then for i in /Local/Library /usr /usr/local /opt /Library; do if test -f $i/FrontBase/include/FBCAccess/FBCAccess.h; then - FBSQL_INSTALLATION_DIR="$i/FrontBase" + FBSQL_INSTALLATION_DIR=$i/FrontBase break fi done |
