From: Antony Dovgal Date: Thu, 13 Oct 2005 15:18:37 +0000 (+0000) Subject: correct the fix X-Git-Tag: RELEASE_0_9_1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c387f9b35974602c7201edc466eb430804d93a35;p=php correct the fix --- diff --git a/ext/iconv/config.m4 b/ext/iconv/config.m4 index 2150122bef..a729c7c8e2 100644 --- a/ext/iconv/config.m4 +++ b/ext/iconv/config.m4 @@ -23,8 +23,9 @@ if test "$PHP_ICONV" != "no"; then PHP_ICONV_PREFIX="$i" fi done - if test -z "$PHP_ICONV_PREFIX"; then - PHP_ICONV_PREFIX="/usr" + if test -z "$PHP_ICONV_PREFIX"; then + PHP_ICONV_PREFIX="/usr" + fi fi if test -z "$ICONV_DIR"; then