Fixed php-config help typo.

This commit is contained in:
Romain Chantereay 2004-09-07 08:53:17 +00:00
parent 878dab9941
commit 1602702ea7
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ AC_ARG_ENABLE(php, [ --disable-php disable the PHP bindings],,
enable_php="yes")
AC_ARG_WITH(php-config,
[ --with-php-config(=PHP_CONFIG) Specify full path to php-config.])
[ --with-php-config=(PHP_CONFIG) Specify full path to php-config.])
dnl Check if user passed a specific php-config program.
if test "X$with_php_config" != X ; then
PHP_CONFIG=$with_php_config