|
|
@@ -79,10 +79,19 @@ diff -u -r1.106 -r1.107
|
|
|
|
|
|
}
|
|
|
|
|
|
-Index: Configure
|
|
|
---- apache_1.3.31/src/Configure.orig 2004-04-09 19:01:50 +0200
|
|
|
-+++ apache_1.3.31/src/Configure 2004-07-06 22:05:44 +0200
|
|
|
-@@ -1869,19 +1875,8 @@
|
|
|
+Index: apache_1.3.31/src/Configure
|
|
|
+--- apache_1.3.31/src/Configure.orig 2004-07-26 14:20:53 +0200
|
|
|
++++ apache_1.3.31/src/Configure 2004-07-26 14:41:24 +0200
|
|
|
+@@ -1867,27 +1867,12 @@
|
|
|
+ # set the default, based on whether expat-lite is bundled. if it is present,
|
|
|
+ # then we can always include expat.
|
|
|
+ if [ "x$RULE_EXPAT" = "xdefault" ]; then
|
|
|
+- if [ -d ./lib/expat-lite/ ]; then
|
|
|
+- RULE_EXPAT=yes
|
|
|
+- else
|
|
|
+- RULE_EXPAT=no
|
|
|
+- fi
|
|
|
++ RULE_EXPAT=no
|
|
|
fi
|
|
|
|
|
|
if [ "x$RULE_EXPAT" = "xyes" ]; then
|