From e720736a4fe90cada068dd1551650fbc75930326 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 12 Sep 2005 17:14:20 +0000 Subject: [PATCH] - Fixed build with phpize --- ext/xmlrpc/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4 index 5c1dfe85ee..34bfa919bd 100644 --- a/ext/xmlrpc/config.m4 +++ b/ext/xmlrpc/config.m4 @@ -65,7 +65,7 @@ if test "$PHP_XMLRPC" != "no"; then PHP_ICONV=$PHP_ICONV_DIR fi - if test "$PHP_ICONV" = "no"; then + if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then PHP_ICONV=yes fi -- 2.50.1