]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Oops - I did not mean to commit this change. Undo expat change
authorMartin Kraemer <martin@apache.org>
Mon, 8 Oct 2001 15:54:38 +0000 (15:54 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 8 Oct 2001 15:54:38 +0000 (15:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91352 13f79535-47bb-0310-9956-ffa450edef68

src/Configure

index 63efe92494fb811f59e94bfd66bae817b020a2d8..46b884a76a72f8fcec3633426acbe3aaa45d0245 100755 (executable)
@@ -1858,16 +1858,6 @@ fi
 ## to choose for us ('default' - system is prefered if available).
 ##
 
-# 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
-fi
-
 if ./helpers/TestCompile lib expat && [ "x$RULE_EXPAT" != "xno" ]; then
         echo " + using system Expat"
        LIBS="$LIBS -lexpat"