summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-06-22 23:16:31 +0000
committerPierre Joye <pajoye@php.net>2008-06-22 23:16:31 +0000
commit1c0dbe6e09d0bd3ed4053e8ec5628b2e93cd5641 (patch)
tree32ff7c0804ca2160153d2433d87ca9613302fb5a /win32
parentb613e76c8ba1b4500a4e7ef5a60dfd1a1667385e (diff)
downloadphp-git-1c0dbe6e09d0bd3ed4053e8ec5628b2e93cd5641.tar.gz
- bindlib has its own package
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w322
1 files changed, 1 insertions, 1 deletions
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");
}
}