Browse Source

MFH: - added missing configure help line

PHP-5.1
foobar 21 years ago
parent
commit
a939717011
  1. 5
      configure.in

5
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

Loading…
Cancel
Save