From cd927cca50c21673bf74c841884033c99ae3ca79 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Thu, 11 Jun 2015 01:51:55 -0700 Subject: [PATCH] fix bad copypaste --- ext/iconv/config.m4 | 4 ++-- 1 file 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]) -- 2.49.0