We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc68d8 commit a49e0a4Copy full SHA for a49e0a4
ext/pdo_firebird/config.m4
@@ -10,7 +10,7 @@ if test "$PHP_PDO_FIREBIRD" != "no"; then
10
AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
11
fi
12
13
- AC_PATH_PROG(FB_CONFIG, fb_config, no)
+ AC_PATH_PROG([FB_CONFIG], [fb_config], [no])
14
15
if test -x "$FB_CONFIG" && test "$PHP_PDO_FIREBIRD" = "yes"; then
16
AC_MSG_CHECKING([for libfbconfig])
0 commit comments