tony2001 Thu Oct 13 11:18:38 2005 EDT
Modified files:
/php-src/ext/iconv config.m4
Log:
correct the fix
http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.34&r2=1.35&ty=u
Index: php-src/ext/iconv/config.m4
diff -u php-src/ext/iconv/config.m4:1.34 php-src/ext/iconv/config.m4:1.35
--- php-src/ext/iconv/config.m4:1.34 Thu Oct 13 11:13:29 2005
+++ php-src/ext/iconv/config.m4 Thu Oct 13 11:18:37 2005
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.34 2005/10/13 15:13:29 tony2001 Exp $
+dnl $Id: config.m4,v 1.35 2005/10/13 15:18:37 tony2001 Exp $
dnl
PHP_ARG_WITH(iconv, for iconv support,
@@ -23,8 +23,9 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php