Skip to content

Commit 63eb081

Browse files
committed
Fix quoted const on Windows
1 parent 92add87 commit 63eb081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/iconv/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (PHP_ICONV != "no") {
1111

1212
AC_DEFINE("HAVE_ICONV", 1, "Define to 1 if the PHP extension 'iconv' is available.");
1313
AC_DEFINE("HAVE_LIBICONV", 1, "Define to 1 if you have the 'libiconv' function.");
14-
AC_DEFINE("ICONV_CONST", "", "Define to const if iconv's input is const.");
14+
AC_DEFINE("ICONV_CONST", "", "Define to const if iconv's input is const.", false);
1515
AC_DEFINE("ICONV_ALIASED_LIBICONV", 1, "Define to 1 if 'iconv()' is aliased to 'libiconv()'.");
1616
AC_DEFINE("PHP_ICONV_IMPL", "\"libiconv\"", "The iconv implementation.");
1717
ADD_FLAG("CFLAGS_ICONV", "/D PHP_ICONV_EXPORTS ");

0 commit comments

Comments
 (0)