Skip to content

Commit a49e0a4

Browse files
committed
Autotools: Quote AC_PATH_PROG arguments in ext/pdo_firebird
[skip ci]
1 parent 5fc68d8 commit a49e0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_firebird/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if test "$PHP_PDO_FIREBIRD" != "no"; then
1010
AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
1111
fi
1212

13-
AC_PATH_PROG(FB_CONFIG, fb_config, no)
13+
AC_PATH_PROG([FB_CONFIG], [fb_config], [no])
1414

1515
if test -x "$FB_CONFIG" && test "$PHP_PDO_FIREBIRD" = "yes"; then
1616
AC_MSG_CHECKING([for libfbconfig])

0 commit comments

Comments
 (0)