From: foobar Date: Mon, 12 Dec 2005 12:20:55 +0000 (+0000) Subject: MFH: - added missing configure help line X-Git-Tag: php-5.1.2RC1~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a939717011539f60a78d60c3b95b08fb0f4442e2;p=php MFH: - added missing configure help line --- diff --git a/configure.in b/configure.in index 23b5886d99..9dc0486186 100644 --- a/configure.in +++ b/configure.in @@ -703,8 +703,9 @@ if test "$PHP_CONFIG_FILE_PATH" = "DEFAULT"; then esac fi -PHP_ARG_WITH(config-file-scan-dir,[directory to be scanned for configuration files], -[ --with-config-file-scan-dir=PATH ], DEFAULT, no) +PHP_ARG_WITH(config-file-scan-dir,[where to scan for configuration files], +[ --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 PHP_CONFIG_FILE_SCAN_DIR= fi