From: Rob Richards Date: Thu, 4 Dec 2003 12:34:29 +0000 (+0000) Subject: return status of have so extra libs return correct status X-Git-Tag: php-5.0.0b3RC1~338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c561f2f722c460daf896ed05b601b98ad4390a4a;p=php return status of have so extra libs return correct status --- diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 9c2e272733..c5278ed307 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -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; }