Author: joes
Date: Mon Apr 11 06:34:23 2005
New Revision: 160874
URL: http://svn.apache.org/viewcvs?view=rev&rev=160874
Log:
I eyeballed Philip's earlier patch,
and missed the EXPAT_DIR assignment.
This patch should correct the mistake.
Submitted by: Philip M. Gollucci.
Reviewed by: joes
Modified:
httpd/apreq/branches/multi-env-unstable/acinclude.m4
Modified: httpd/apreq/branches/multi-env-unstable/acinclude.m4
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/acinclude.m4?view=diff&r1=160873&r2=160874
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/acinclude.m4 (original)
+++ httpd/apreq/branches/multi-env-unstable/acinclude.m4 Mon Apr 11 06:34:23
2005
@@ -32,7 +32,7 @@
[PERL_OPTS=$withval],[PERL_OPTS=""])
AC_ARG_WITH(expat,
AC_HELP_STRING([--with-expat],[specify expat location]),
- [PERL_OPTS=$withval],[PERL_OPTS=""])
+ [EXPAT_DIR=$withval],[EXPAT_DIR=""])
prereq_check="$PERL build/version_check.pl"