]> granicus.if.org Git - php/commitdiff
MFH: fix Konstantin's last name
authorAntony Dovgal <tony2001@php.net>
Mon, 10 Jan 2005 21:38:56 +0000 (21:38 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 10 Jan 2005 21:38:56 +0000 (21:38 +0000)
ext/iconv/config.m4

index a913bcc27a22a115da3f424285a7c31dab8f5e96..aee6bbef830ecd982273ce59ae9c05ac9e37c902 100644 (file)
@@ -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])
         ;;