diff options
author | Joe Orton <jorton@apache.org> | 2007-01-04 11:33:45 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2007-01-04 11:33:45 +0100 |
commit | 0e9ea0faa7649c47dd0fb752af1d46c844463fd4 (patch) | |
tree | 693c7c91fa346f5818812fed8879320f4d8c5949 /configure.in | |
parent | Fix several strict compiler warnings for both the threaded (diff) | |
download | apache2-0e9ea0faa7649c47dd0fb752af1d46c844463fd4.tar.xz apache2-0e9ea0faa7649c47dd0fb752af1d46c844463fd4.zip |
* configure.in: Bump autoconf version requirement (matching APR).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@492510 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 68782993f4..336ea6a63b 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl dnl Use ./buildconf to produce a configure script dnl -AC_PREREQ(2.13) +AC_PREREQ(2.50) AC_INIT(ABOUT_APACHE) AC_CONFIG_HEADER(include/ap_config_auto.h) |