]> git.pld-linux.org Git - packages/php4.git/blame - php-iconv-fix.patch
- keep the short_open_tag on
[packages/php4.git] / php-iconv-fix.patch
CommitLineData
9f3de89b
JB
1--- php-4.2.0/acinclude.m4.orig Thu May 2 01:33:20 2002
2+++ php-4.2.0/acinclude.m4 Thu May 2 03:16:05 2002
3@@ -1256,8 +1256,8 @@
4 fi
5
6 if test "$found_iconv" = "yes"; then
7+ AC_DEFINE(HAVE_ICONV, 1, [ ])
8 if test -n "$ICONV_DIR"; then
9- AC_DEFINE(HAVE_ICONV, 1, [ ])
10 PHP_ADD_LIBRARY_WITH_PATH($iconv_lib_name, $ICONV_DIR/lib, $1)
11 PHP_ADD_INCLUDE($ICONV_DIR/include)
12 fi
This page took 0.37018 seconds and 4 git commands to generate.