diff --git a/ext/pdo_firebird/config.m4 b/ext/pdo_firebird/config.m4 index bb34df0bec2..1f9be45539e 100644 --- a/ext/pdo_firebird/config.m4 +++ b/ext/pdo_firebird/config.m4 @@ -10,7 +10,7 @@ if test "$PHP_PDO_FIREBIRD" != "no"; then AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.]) fi - AC_PATH_PROG(FB_CONFIG, fb_config, no) + AC_PATH_PROG([FB_CONFIG], [fb_config], [no]) if test -x "$FB_CONFIG" && test "$PHP_PDO_FIREBIRD" = "yes"; then AC_MSG_CHECKING([for libfbconfig])