From cba8f9ce99e8117ddfaddb4749725d28fcc47ac2 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 10 Jan 2005 21:38:56 +0000 Subject: [PATCH] MFH: fix Konstantin's last name --- 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 a913bcc27a..aee6bbef83 100644 --- a/ext/iconv/config.m4 +++ b/ext/iconv/config.m4 @@ -44,7 +44,7 @@ if test "$PHP_ICONV" != "no"; then else case "$iconv_lib_name" in iconv [)] - AC_MSG_CHECKING([if iconv is Konstantin Chugeuv's]) + AC_MSG_CHECKING([if iconv is Konstantin Chuguev's]) AC_TRY_LINK([#include ],[iconv_ccs_init(NULL, NULL);], [ AC_MSG_RESULT(yes) @@ -76,7 +76,7 @@ if test "$PHP_ICONV" != "no"; then bsd [)] PHP_DEFINE([HAVE_BSD_ICONV],1,[ext/iconv]) - AC_DEFINE([HAVE_BSD_ICONV],1,[Konstantin Chugeuv's iconv implementation]) + AC_DEFINE([HAVE_BSD_ICONV],1,[Konstantin Chuguev's iconv implementation]) PHP_DEFINE([PHP_ICONV_IMPL],[\"BSD iconv\"],[ext/iconv]) AC_DEFINE([PHP_ICONV_IMPL],["BSD iconv"],[Which iconv implementation to use]) ;; -- 2.50.1