From: foobar Date: Tue, 3 Jan 2006 13:25:33 +0000 (+0000) Subject: MFB X-Git-Tag: RELEASE_1_0_4~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d70b36aec5eabcf6c81ce4c0e869abd232f52af2;p=php MFB --- diff --git a/ext/iconv/config.m4 b/ext/iconv/config.m4 index 1614b1781c..e4b4677923 100644 --- a/ext/iconv/config.m4 +++ b/ext/iconv/config.m4 @@ -51,11 +51,11 @@ if test "$PHP_ICONV" != "no"; then php_iconv_old_ld="$LDFLAGS" LDFLAGS="-liconv $LDFLAGS" AC_TRY_RUN([ - #include <$PHP_ICONV_H_PATH> - int main() { - printf("%d", _libiconv_version); - return 0; - } +#include <$PHP_ICONV_H_PATH> +int main() { + printf("%d", _libiconv_version); + return 0; +} ],[ AC_MSG_RESULT(yes) iconv_impl_name="gnu_libiconv"