From: Amos Jeffries Date: Sat, 7 Feb 2009 02:17:17 +0000 (+1300) Subject: Author: Brad Smith X-Git-Tag: SQUID_3_2_0_1~1211 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8ae522a80960451436759a601afb9aa24d2ce0c;p=thirdparty%2Fsquid.git Author: Brad Smith Bug 2592: pt 1: correct autoconf requirements --- diff --git a/configure.in b/configure.in index 8ad59df006..0db1936cc7 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ dnl dnl dnl AC_INIT(Squid Web Proxy, 3.HEAD-BZR, http://www.squid-cache.org/bugs/, squid) -AC_PREREQ(2.52) +AC_PREREQ(2.62) AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AC_CONFIG_SRCDIR([src/main.cc])