]> granicus.if.org Git - php/commitdiff
correct the fix
authorAntony Dovgal <tony2001@php.net>
Thu, 13 Oct 2005 15:18:37 +0000 (15:18 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 13 Oct 2005 15:18:37 +0000 (15:18 +0000)
ext/iconv/config.m4

index 2150122bef47c8b596d03776723506d013a77d7b..a729c7c8e25ad4843b464cb31593b6d1edf03ca7 100644 (file)
@@ -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