summaryrefslogtreecommitdiff
path: root/recipes/php/php-5.2.13/acinclude-xml2-config.patch
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-05 01:10:09 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-05 01:10:09 +0100
commit4c2a2a7af095761bb214f1fee46bb2a852e9f776 (patch)
tree72becdb9e1f248051d3b9c3e75e1e99b6965b4d3 /recipes/php/php-5.2.13/acinclude-xml2-config.patch
parent70c732de4a75c4bc51a8f7c83130eef631eaae55 (diff)
php: Upgrade from php 5.1.12 to 5.1.13
Diffstat (limited to 'recipes/php/php-5.2.13/acinclude-xml2-config.patch')
-rw-r--r--recipes/php/php-5.2.13/acinclude-xml2-config.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/php/php-5.2.13/acinclude-xml2-config.patch b/recipes/php/php-5.2.13/acinclude-xml2-config.patch
new file mode 100644
index 0000000000..bf519d2934
--- /dev/null
+++ b/recipes/php/php-5.2.13/acinclude-xml2-config.patch
@@ -0,0 +1,18 @@
+--- /orig-acinclude.m4 2007-02-20 15:03:25.000000000 +0200
++++ /acinclude.m4 2007-02-20 15:03:24.000000000 +0200
+@@ -2359,12 +2359,9 @@
+ AC_DEFUN([PHP_SETUP_LIBXML], [
+ AC_CACHE_CHECK([for xml2-config path], ac_cv_php_xml2_config_path,
+ [
+- for i in $PHP_LIBXML_DIR /usr/local /usr; do
+- if test -x "$i/bin/xml2-config"; then
+- ac_cv_php_xml2_config_path="$i/bin/xml2-config"
+- break
+- fi
+- done
++
++ ac_cv_php_xml2_config_path="$PHP_LIBXML_DIR/xml2-config"
++
+ ])
+
+ if test -x "$ac_cv_php_xml2_config_path"; then