From: Pierre Joye Date: Sun, 22 Jun 2008 23:16:31 +0000 (+0000) Subject: - bindlib has its own package X-Git-Tag: php-5.3.0alpha1~645 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c0dbe6e09d0bd3ed4053e8ec5628b2e93cd5641;p=php - bindlib has its own package --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 8729ee56d8..ca4598a24f 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -264,7 +264,7 @@ function probe_basic_headers() ADD_FLAG("LDFLAGS", '/libpath:"' + p + '" '); php_usual_lib_suspects += ";" + p; } else if (!p) { - ERROR("We really need that arpa\\nameser.h file - it is part of the win32build package"); + ERROR("We really need that arpa\\nameser.h file - it is part of the bindlib package"); } }