diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-23 08:31:55 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-23 08:31:55 +0000 |
commit | 499e0c4b797840a592cd16bc2215e1e403a97e86 (patch) | |
tree | 7fda7761690ce3b29b218053228dc7d7145dfb33 /www/apache20/files/patch-srclib:apr-util:configure | |
parent | Update to 0.8.8 (diff) |
Update to 2.0.32
PR: 36040
Submitted by: maintainer
Diffstat (limited to 'www/apache20/files/patch-srclib:apr-util:configure')
-rw-r--r-- | www/apache20/files/patch-srclib:apr-util:configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/apache20/files/patch-srclib:apr-util:configure b/www/apache20/files/patch-srclib:apr-util:configure new file mode 100644 index 000000000000..bd10fd35df68 --- /dev/null +++ b/www/apache20/files/patch-srclib:apr-util:configure @@ -0,0 +1,11 @@ +--- srclib/apr-util/configure.orig Fri Feb 22 02:55:35 2002 ++++ srclib/apr-util/configure Fri Feb 22 02:56:03 2002 +@@ -5770,7 +5770,7 @@ + + + if test -z "$expat_include_dir"; then +- for d in /usr /usr/local xml/expat-cvs xml/expat $srcdir/xml/expat ; do ++ for d in xml/expat-cvs xml/expat $srcdir/xml/expat ; do + + echo $ac_n "checking for Expat in $d""... $ac_c" 1>&6 + echo "configure:5777: checking for Expat in $d" >&5 |