MFH: - added missing configure help line
authorfoobar <sniper@php.net>
Mon, 12 Dec 2005 12:20:55 +0000 (12:20 +0000)
committerfoobar <sniper@php.net>
Mon, 12 Dec 2005 12:20:55 +0000 (12:20 +0000)
configure.in

index 23b5886d99a4c43dcc6be2590a37861b1ea9c1dd..9dc0486186fcf9e8770f0cb97310891beee165e5 100644 (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