summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-06-11 01:51:55 -0700
committerStanislav Malyshev <stas@php.net>2015-06-11 01:51:55 -0700
commitcd927cca50c21673bf74c841884033c99ae3ca79 (patch)
tree0554f57ae1569153884b541405227820730e12c7
parent72b8a30c1a9c4c5376461ade245700c6977f636f (diff)
downloadphp-git-cd927cca50c21673bf74c841884033c99ae3ca79.tar.gz
fix bad copypaste
-rw-r--r--ext/iconv/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/iconv/config.m4 b/ext/iconv/config.m4
index fce59931b9..a6d50cfd9d 100644
--- a/ext/iconv/config.m4
+++ b/ext/iconv/config.m4
@@ -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])