summaryrefslogtreecommitdiff
path: root/packages/php/php-5.2.0/acinclude-xml2-config.patch
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-03-21 23:22:30 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-03-21 23:22:30 +0000
commitaae9de2a89a3b6464ba893df30e711b574aa1467 (patch)
tree1097aac5849b0d58bf0b8c290d7cfba421d92bcf /packages/php/php-5.2.0/acinclude-xml2-config.patch
parenta0c00ff8342e3b41f3feb60b3710665ea7879546 (diff)
parentdf30e95c8af93e2fafac7cc7bca7ef0f4c27e035 (diff)
merge of '6c7f9afdafc67f5e5a8263301ca0cfce430be173'
and '8ee01e7aef977a6c51cf71b7d11f65f42e0dc413'
Diffstat (limited to 'packages/php/php-5.2.0/acinclude-xml2-config.patch')
-rw-r--r--packages/php/php-5.2.0/acinclude-xml2-config.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/php/php-5.2.0/acinclude-xml2-config.patch b/packages/php/php-5.2.0/acinclude-xml2-config.patch
new file mode 100644
index 0000000000..bf519d2934
--- /dev/null
+++ b/packages/php/php-5.2.0/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