summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");
}
}