From: Martin Kraemer Date: Mon, 8 Oct 2001 15:54:38 +0000 (+0000) Subject: Oops - I did not mean to commit this change. Undo expat change X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570edc79e2f4f93390ad32e0420a91a3308c0566;p=thirdparty%2Fapache%2Fhttpd.git Oops - I did not mean to commit this change. Undo expat change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91352 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/Configure b/src/Configure index 63efe92494f..46b884a76a7 100755 --- a/src/Configure +++ b/src/Configure @@ -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"