]> granicus.if.org Git - php/commitdiff
- Fixed build with phpize
authorfoobar <sniper@php.net>
Mon, 12 Sep 2005 17:14:20 +0000 (17:14 +0000)
committerfoobar <sniper@php.net>
Mon, 12 Sep 2005 17:14:20 +0000 (17:14 +0000)
ext/xmlrpc/config.m4

index 5c1dfe85ee99bdaa1c947611a603de340c33a115..34bfa919bdf15b4cc62bd685645239c5cb7ce476 100644 (file)
@@ -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