diff options
author | Martin Kraemer <martin@php.net> | 2002-09-04 12:50:41 +0000 |
---|---|---|
committer | Martin Kraemer <martin@php.net> | 2002-09-04 12:50:41 +0000 |
commit | ab2df38f3d50fab56fcad1c1807e74788b4dff01 (patch) | |
tree | 572430c4f73f29dafbe3fb722e138bdd9c076830 /ext/fbsql | |
parent | 2711976f5697366a1ad2002e106e7e202679b325 (diff) | |
download | php-git-ab2df38f3d50fab56fcad1c1807e74788b4dff01.tar.gz |
Fix bogus test
Diffstat (limited to 'ext/fbsql')
-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 5143390fe5..ff24b9600c 100644 --- a/ext/fbsql/config.m4 +++ b/ext/fbsql/config.m4 @@ -33,7 +33,7 @@ if test "$PHP_FBSQL" != "no"; then fi fi - if test -z "$FBSQL_INSTALLATION_DIR/lib/libFBCAccess.a"; then + if test ! -r "$FBSQL_INSTALLATION_DIR/lib/libFBCAccess.a"; then AC_MSG_ERROR(Could not find $FBSQL_INSTALLATION_DIR/lib/libFBCAccess.a) fi |