From d70b36aec5eabcf6c81ce4c0e869abd232f52af2 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 3 Jan 2006 13:25:33 +0000 Subject: [PATCH] MFB --- ext/iconv/config.m4 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" -- 2.40.0