- Fixed build with phpize

This commit is contained in:
foobar 2005-09-12 17:14:20 +00:00
parent 58fda11b15
commit e720736a4f

View 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