diff options
author | foobar <sniper@php.net> | 2005-09-12 17:14:35 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-09-12 17:14:35 +0000 |
commit | 09f89c8cb03ce1ec10b6379a00ee9158071f516a (patch) | |
tree | f01877fbaa5ffe90822fcab19b79899dee04529f /ext/xmlrpc | |
parent | 2a7bd2b823161f033806e23a9ae4d36dff4050ce (diff) | |
download | php-git-09f89c8cb03ce1ec10b6379a00ee9158071f516a.tar.gz |
MFH: Fixed build with phpize
Diffstat (limited to 'ext/xmlrpc')
-rw-r--r-- | ext/xmlrpc/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |