rrichards Thu Dec 4 07:34:29 2003 EDT
Modified files:
/php-src/win32/build confutils.js
Log:
return status of have so extra libs return correct status
Index: php-src/win32/build/confutils.js
diff -u php-src/win32/build/confutils.js:1.13 php-src/win32/build/confutils.js:1.14
--- php-src/win32/build/confutils.js:1.13 Wed Dec 3 21:24:23 2003
+++ php-src/win32/build/confutils.js Thu Dec 4 07:34:29 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-// $Id: confutils.js,v 1.13 2003/12/04 02:24:23 wez Exp $
+// $Id: confutils.js,v 1.14 2003/12/04 12:34:29 rrichards Exp $
var STDOUT = WScript.StdOut;
var STDERR = WScript.StdErr;
@@ -376,7 +376,7 @@
// AC_DEFINE("HAVE_" + header_name.toUpperCase().replace(new RegExp("/\\\\-\.",
"g"), "_"), have);
- return p;
+ return have;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php