]> granicus.if.org Git - php/commitdiff
fix bad copypaste
authorStanislav Malyshev <stas@php.net>
Thu, 11 Jun 2015 08:51:55 +0000 (01:51 -0700)
committerStanislav Malyshev <stas@php.net>
Thu, 11 Jun 2015 08:51:55 +0000 (01:51 -0700)
ext/iconv/config.m4

index fce59931b9505ed7b18712340b6e996920c13cf6..a6d50cfd9d25baa70b9bba5cdf5719b73042b92b 100644 (file)
@@ -186,8 +186,8 @@ int main() {
       AC_DEFINE([ICONV_BROKEN_IGNORE],1,[Whether iconv supports IGNORE])
     ],[
       AC_MSG_RESULT(no, cross-compiling)
-      PHP_DEFINE([ICONV_SUPPORTS_ERRNO],0,[ext/iconv])
-      AC_DEFINE([ICONV_SUPPORTS_ERRNO],0,[Whether iconv supports IGNORE])
+      PHP_DEFINE([ICONV_BROKEN_IGNORE],0,[ext/iconv])
+      AC_DEFINE([ICONV_BROKEN_IGNORE],0,[Whether iconv supports IGNORE])
     ])
 
     AC_MSG_CHECKING([if your cpp allows macro usage in include lines])