mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH: - added missing configure help line
This commit is contained in:
parent
ec4fd02760
commit
a939717011
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue