diff options
author | Ard Biesheuvel <abies@php.net> | 2004-06-23 13:26:09 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2004-06-23 13:26:09 +0000 |
commit | 391cbac1f2dd9f1c82102a1dcc5ec17c628eb118 (patch) | |
tree | b7aca4ee155ef0d2efd126c3ec541aa98acce1eb /ext/pdo_firebird/config.m4 | |
parent | 18cd69ef742fb4ecd1ca3472825b845ea883b67d (diff) | |
download | php-git-391cbac1f2dd9f1c82102a1dcc5ec17c628eb118.tar.gz |
Return all results as strings until I can convince the other guys that
it should be otherwise
Diffstat (limited to 'ext/pdo_firebird/config.m4')
-rw-r--r-- | ext/pdo_firebird/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pdo_firebird/config.m4 b/ext/pdo_firebird/config.m4 index 8efbe1b60f..8af5e9b6d0 100644 --- a/ext/pdo_firebird/config.m4 +++ b/ext/pdo_firebird/config.m4 @@ -19,11 +19,11 @@ if test "$PHP_PDO_FIREBIRD" != "no"; then [ FIREBIRD_LIBNAME=gds ], [ - PHP_CHECK_LIBRARY(fbclient, isc_detach_database, + PHP_CHECK_LIBRARY(ib_util, isc_detach_database, [ - FIREBIRD_LIBNAME=fbclient + FIREBIRD_LIBNAME=ib_util ], [ - AC_MSG_ERROR([libgds or libfbclient not found! Check config.log for more information.]) + AC_MSG_ERROR([libgds or libib_util not found! Check config.log for more information.]) ], [ -L$FIREBIRD_LIBDIR ]) |