update to new upstream release (v5.0.5),
[openwrt.git] / package / php5 / patches / php-5.0.4-xml-expat-no-xml2.patch
1 diff -ruN php-5.0.4-old/configure php-5.0.4-new/configure
2 --- php-5.0.4-old/configure 2005-04-03 11:42:50.000000000 +0200
3 +++ php-5.0.4-new/configure 2005-07-12 20:04:55.000000000 +0200
4 @@ -87265,7 +87265,7 @@
5
6 if test "$PHP_XML" != "no" && test "$PHP_LIBXML" != "no" -o "$PHP_LIBEXPAT_DIR" != "no"; then
7
8 -
9 +if test "no" = "yes" ; then
10 for i in $PHP_LIBXML_DIR /usr/local /usr; do
11 if test -x "$i/bin/xml2-config"; then
12 XML2_CONFIG="$i/bin/xml2-config"
13 @@ -87470,7 +87470,7 @@
14 fi
15
16 fi
17 -
18 +fi ## (line 87266)
19
20 if test "$PHP_LIBEXPAT_DIR" != "no"; then
21 for i in $PHP_XML $PHP_LIBEXPAT_DIR; do
This page took 0.045119 seconds and 5 git commands to generate.