From: Jani Taskinen Date: Thu, 12 Jul 2007 14:18:01 +0000 (+0000) Subject: - missing comma X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0674ac6295f778cf5769ef76ee71975c0c3bcc7;p=php - missing comma --- diff --git a/configure.in b/configure.in index fe06f78b9c..7b93be5200 100644 --- a/configure.in +++ b/configure.in @@ -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