From c387f9b35974602c7201edc466eb430804d93a35 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 13 Oct 2005 15:18:37 +0000 Subject: [PATCH] correct the fix --- ext/iconv/config.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.40.0