]> git.pld-linux.org Git - packages/php.git/blob - php-iconv-fix.patch
5ff2d1b34c79724641cf662bbd0b059cdd82e8e6
[packages/php.git] / php-iconv-fix.patch
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.023088 seconds and 2 git commands to generate.