summaryrefslogtreecommitdiff
path: root/recipes/php/php-5.2.11/acinclude-xml2-config.patch
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-12-10 11:08:51 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2009-12-10 11:08:51 +0100
commita79d5a546392cad57bb8855f88d4617caa852d27 (patch)
tree28a5b26bf27ff1e594e13e6eb5aa76891f8f8aab /recipes/php/php-5.2.11/acinclude-xml2-config.patch
parent09a85ada712374f567b276067805c19b091a518a (diff)
parent6e0172f360053c39bfad106592fbb55509167103 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/php/php-5.2.11/acinclude-xml2-config.patch')
-rw-r--r--recipes/php/php-5.2.11/acinclude-xml2-config.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/php/php-5.2.11/acinclude-xml2-config.patch b/recipes/php/php-5.2.11/acinclude-xml2-config.patch
new file mode 100644
index 0000000000..bf519d2934
--- /dev/null
+++ b/recipes/php/php-5.2.11/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