diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-08-19 09:33:45 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-08-19 09:33:45 +0200 |
commit | b69ca2ba7e449dbf99317ec95677185d98165afc (patch) | |
tree | 01fc4f229a1c116860a2c0fdba7204e57003325a /configure.in | |
parent | Style fixes. (long lines) (diff) | |
download | apache2-b69ca2ba7e449dbf99317ec95677185d98165afc.tar.xz apache2-b69ca2ba7e449dbf99317ec95677185d98165afc.zip |
Use APR_PARSE_ARGUMENTS instead of APACHE_PARSE_ARGUMENTS
Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |