]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the EXPAT logic to the new meaning... Before, it was simply there to
authorJim Jagielski <jim@apache.org>
Mon, 8 Oct 2001 14:29:30 +0000 (14:29 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 8 Oct 2001 14:29:30 +0000 (14:29 +0000)
commit59a605dbbf839e0fed3cae962118dcb8ec75db30
tree43f8778f36c6ffb26617659b6bb87ff5e4c8b54c
parent0d0aa38cdbcb5af0477fb8adfab45386ca581169
Fix the EXPAT logic to the new meaning... Before, it was simply there to
check that expat-lite existed, which was kind of bogus... Now, we
allow it to choose which Expat we want. We prefer the system's Expat
if available but will use expat-lite as a backup. We can also bypass
that as well.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91350 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/Configuration.tmpl
src/Configure