summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-01-10 21:37:17 +0000
committerAntony Dovgal <tony2001@php.net>2005-01-10 21:37:17 +0000
commit60744233300ca9a07cb25cc6d2b1425048a1597f (patch)
treeeacc623956cc6ff0bb4ecc03f63d197a4fd58bc2
parent32d86482cc51b3eb3216f6b848548af861acca40 (diff)
downloadphp-git-60744233300ca9a07cb25cc6d2b1425048a1597f.tar.gz
fix Konstantin's last name Chugeuv -> Chuguev
-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 adfdd5c4b2..fd455e4544 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.h>],[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])
;;