diff options
author | Pierre Joye <pajoye@php.net> | 2008-12-18 23:21:22 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-12-18 23:21:22 +0000 |
commit | c310143ac7b06b7e778a99d26ee2690c7e4ea33c (patch) | |
tree | 6052620ef3f621f1e5b1a39976fce89a1a6b5d67 /win32 | |
parent | e5491af3c5fe51812f9f7e302423ba443f0286d8 (diff) | |
download | php-git-c310143ac7b06b7e778a99d26ee2690c7e4ea33c.tar.gz |
- MFH: no need to look for bindlib_w32, not used anymore
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/config.w32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 6bfe34b306..970ebcaaae 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -241,8 +241,8 @@ DEFINE("PHP_BUILD", PHP_PHP_BUILD); ARG_WITH('extra-includes', 'Extra include path to use when building everything', ''); ARG_WITH('extra-libs', 'Extra library path to use when linking everything', ''); -var php_usual_include_suspects = PHP_PHP_BUILD+"\\include;..\\deps\\include;..\\bindlib_w32;"; -var php_usual_lib_suspects = PHP_PHP_BUILD+"\\lib;..\\deps\\lib;..\\bindlib_w32"; +var php_usual_include_suspects = PHP_PHP_BUILD+"\\include;..\\deps\\include"; +var php_usual_lib_suspects = PHP_PHP_BUILD+"\\lib;..\\deps\\lib"; // Poke around for some headers function probe_basic_headers() |