From: Yasuo Ohgaki Date: Thu, 8 Aug 2002 01:46:07 +0000 (+0000) Subject: Fix build X-Git-Tag: php-4.3.0dev_zend2_alpha3~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19df86f3882e9231a70290d4266579a2915115f9;p=php Fix build --- diff --git a/ext/iconv/config.m4 b/ext/iconv/config.m4 index 61b3998bb0..063937fa93 100644 --- a/ext/iconv/config.m4 +++ b/ext/iconv/config.m4 @@ -38,11 +38,12 @@ int main() { } ],[ AC_MSG_RESULT(yes) - PHP_DEFINE(ICONV_SUPPORTS_ERRNO) + AC_DEFINE(ICONV_SUPPORTS_ERRNO,1,[Whether iconv supports error no or not]) ],[ AC_MSG_RESULT(no) ]) + AC_DEFINE(HAVE_ICONV,1,[Whether to build ICONV support or not]) PHP_NEW_EXTENSION(iconv, iconv.c, $ext_shared) PHP_SUBST(ICONV_SHARED_LIBADD) ], [