diff options
| author | Frank M. Kromann <fmk@php.net> | 2003-12-03 23:48:02 +0000 |
|---|---|---|
| committer | Frank M. Kromann <fmk@php.net> | 2003-12-03 23:48:02 +0000 |
| commit | ca6502866b040fcf51cdab6c16c7b97852b48caf (patch) | |
| tree | dd2e93c061508943dc71e3b829da4736a2f529be /win32/build/confutils.js | |
| parent | 172bf25830b753fd0e95ad5440be5b6bf6e2fe83 (diff) | |
| download | php-git-ca6502866b040fcf51cdab6c16c7b97852b48caf.tar.gz | |
copy and paste error
Diffstat (limited to 'win32/build/confutils.js')
| -rw-r--r-- | win32/build/confutils.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 4ae5e46b2b..b0397c4cb1 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -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; } |
