From b961634c5a28c401d81ed473c064ca9ad8114a8e Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 8 Mar 2010 14:04:35 +0000 Subject: Fix linking of iconv on Windows --- ext/iconv/config.w32 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/iconv/config.w32 b/ext/iconv/config.w32 index b78c540021..6baa182c03 100644 --- a/ext/iconv/config.w32 +++ b/ext/iconv/config.w32 @@ -12,6 +12,7 @@ if (PHP_ICONV != "no") { AC_DEFINE("HAVE_ICONV", 1, "Define if iconv extension is enabled"); AC_DEFINE("HAVE_LIBICONV", 1, "Define if libiconv is available"); + AC_DEFINE("HAVE_LIBICONV_IN_LIBICONV", 1, "The iconv function is called iconv() in libiconv"); AC_DEFINE("PHP_ICONV_IMPL", "\"libiconv\"", "Which iconv implementation to use"); AC_DEFINE("ICONV_SUPPORTS_ERRNO", 1, "Whether iconv supports errno or not"); ADD_FLAG("CFLAGS_ICONV", "/D PHP_ICONV_EXPORTS "); -- cgit v1.2.1