]> granicus.if.org Git - php/commitdiff
copy and paste error
authorFrank M. Kromann <fmk@php.net>
Wed, 3 Dec 2003 23:48:02 +0000 (23:48 +0000)
committerFrank M. Kromann <fmk@php.net>
Wed, 3 Dec 2003 23:48:02 +0000 (23:48 +0000)
win32/build/confutils.js

index 4ae5e46b2bafb4f332f7c4478e4b581681317224..b0397c4cb13c914a6d042cbe4284900a3ecb878d 100644 (file)
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-// $Id: confutils.js,v 1.9 2003-12-03 22:59:48 wez Exp $
+// $Id: confutils.js,v 1.10 2003-12-03 23:48:02 fmk Exp $
 
 var STDOUT = WScript.StdOut;
 var STDERR = WScript.StdErr;
@@ -368,7 +368,7 @@ function CHECK_LIB(libname, target, path_to_check)
                 * it here, no need to add another /libpath: for it as we
                 * already have it covered, but we need to add the lib
                 * to LIBS_XXX */
-               if (false != search_paths(header_name, PHP_EXTRA_LIBS, null)) {
+               if (false != search_paths(libname, PHP_EXTRA_LIBS, null)) {
                        ADD_FLAG("LIBS_" + target.toUpperCase(), libname);
                        have = 1;
                }