]> granicus.if.org Git - php/commitdiff
- missing comma
authorJani Taskinen <jani@php.net>
Thu, 12 Jul 2007 14:18:01 +0000 (14:18 +0000)
committerJani Taskinen <jani@php.net>
Thu, 12 Jul 2007 14:18:01 +0000 (14:18 +0000)
configure.in

index fe06f78b9c4b91bd82646bb32825157f16fea9db..7b93be52003e31e116d35eb7eb379ca47380cb56 100644 (file)
@@ -732,7 +732,7 @@ if test "$PHP_CONFIG_FILE_PATH" = "DEFAULT"; then
 fi
 
 AC_MSG_CHECKING([where to scan for configuration files])
-PHP_ARG_WITH(config-file-scan-dir,
+PHP_ARG_WITH(config-file-scan-dir,,
 [  --with-config-file-scan-dir=PATH
                           Set the path where to scan for configuration files], DEFAULT, no) 
 if test "$PHP_CONFIG_FILE_SCAN_DIR" = "DEFAULT"; then