MFH: - added missing configure help line

This commit is contained in:
foobar 2005-12-12 12:20:55 +00:00
parent ec4fd02760
commit a939717011

View file

@ -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