diff options
author | foobar <sniper@php.net> | 2005-12-12 12:20:55 (GMT) |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-12 12:20:55 (GMT) |
commit | a939717011539f60a78d60c3b95b08fb0f4442e2 (patch) | |
tree | fde7956833bc343a5cabd34da1b693c07b1ef988 | |
parent | ec4fd02760f4ad97fb37107215e4980a80794f40 (diff) | |
download | php-a939717011539f60a78d60c3b95b08fb0f4442e2.tar.gz |
MFH: - added missing configure help line
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 23b5886..9dc0486 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 |