diff options
| author | Philip Balister <philip@balister.org> | 2007-02-20 21:07:53 +0000 |
|---|---|---|
| committer | Philip Balister <philip@balister.org> | 2007-02-20 21:07:53 +0000 |
| commit | 18b9d447451a95e984f1a9b67db2e312524e7b5c (patch) | |
| tree | 0578cffa39b34a70873374e6178acfd973babbca /packages/php/php-5.1.4/acinclude-xml2-config.patch | |
| parent | 62796f84dbd9ac1cd77c39c2258f10535b9e42f4 (diff) | |
| parent | 577fd4172c04ee099b8655c789453ffbbda6ce03 (diff) | |
merge of '44bd9a4a5e1a364604d7155b9e6b34a405d65ef2'
and '59b994b5bd442792462e35233ca2c36f2f0189fd'
Diffstat (limited to 'packages/php/php-5.1.4/acinclude-xml2-config.patch')
| -rw-r--r-- | packages/php/php-5.1.4/acinclude-xml2-config.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/php/php-5.1.4/acinclude-xml2-config.patch b/packages/php/php-5.1.4/acinclude-xml2-config.patch new file mode 100644 index 0000000000..84d180ea8c --- /dev/null +++ b/packages/php/php-5.1.4/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 |
