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 9051f19 commit 37425b5Copy full SHA for 37425b5
config.m4
@@ -1,6 +1,8 @@
1
-PHP_ARG_WITH(interbase,for Firebird support,
2
-[ --with-interbase[=DIR] Include Firebird support. DIR is the Firebird base
3
- install directory [/opt/firebird]])
+PHP_ARG_WITH([interbase],
+ [for Firebird support],
+ [AS_HELP_STRING([[--with-interbase[=DIR]]],
4
+ [Include Firebird support. DIR is the Firebird base install directory
5
+ [/opt/firebird]])])
6
7
if test "$PHP_INTERBASE" != "no"; then
8
0 commit comments