]> granicus.if.org Git - php/commitdiff
return status of have so extra libs return correct status
authorRob Richards <rrichards@php.net>
Thu, 4 Dec 2003 12:34:29 +0000 (12:34 +0000)
committerRob Richards <rrichards@php.net>
Thu, 4 Dec 2003 12:34:29 +0000 (12:34 +0000)
win32/build/confutils.js

index 9c2e27273342f49f37e771e92a4870eecfbf48be..c5278ed307902d50ad2d4afe4cf4bfbb5c826575 100644 (file)
@@ -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 @@ function CHECK_LIB(libname, target, path_to_check)
 
 //     AC_DEFINE("HAVE_" + header_name.toUpperCase().replace(new RegExp("/\\\\-\.", "g"), "_"), have);
 
-       return p;
+       return have;
 
 }