]> granicus.if.org Git - php/commitdiff
make help more useful
authorWez Furlong <wez@php.net>
Wed, 3 Dec 2003 00:46:40 +0000 (00:46 +0000)
committerWez Furlong <wez@php.net>
Wed, 3 Dec 2003 00:46:40 +0000 (00:46 +0000)
win32/build/config.w32

index f7fb39c53c259ffbc76743970c1db7e1b9017588..d1c92e5603bbf7d1bfa3193cfcddfdc1a7c4b336 100644 (file)
@@ -85,7 +85,7 @@ if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {
 
 // Find the php_build dir - it contains headers and libraries
 // that we need
-ARG_WITH('php-build', 'Where the php_build dir can be found.  Assumes that it is a sibling of this source dir (..\\php_build) if not specified', 'no');
+ARG_WITH('php-build', 'Path to where you extracted http://www.php.net/extra/win32build.zip. Assumes that it is a sibling of this source dir (..\\php_build) if not specified', 'no');
 
 if (PHP_PHP_BUILD == "no") {
        if (FSO.FolderExists("..\\php_build")) {