From b69ca2ba7e449dbf99317ec95677185d98165afc Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Mon, 19 Aug 2002 07:33:45 +0000 Subject: Use APR_PARSE_ARGUMENTS instead of APACHE_PARSE_ARGUMENTS Submitted by: Thom May Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96441 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5aef2e7ee8..07a67e2e1d 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ dnl Get the layout here, so we can pass the required variables to apr APACHE_ENABLE_LAYOUT dnl reparse the configure arguments. -APACHE_PARSE_ARGUMENTS +APR_PARSE_ARGUMENTS dnl export expanded and relative configure argument variables APACHE_EXPORT_ARGUMENTS -- cgit v1.2.3