From: Amos Jeffries Date: Sun, 9 Aug 2009 03:00:14 +0000 (+1200) Subject: Bump minimum autoconf back to 2.61 X-Git-Tag: SQUID_3_2_0_1~805 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d966027f2e631a40c5867c3934fa9e73782111cd;p=thirdparty%2Fsquid.git Bump minimum autoconf back to 2.61 --- diff --git a/configure.in b/configure.in index 17c9cd1bc3..2c13b60d0e 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl dnl dnl AC_INIT([Squid Web Proxy],[3.HEAD-BZR],[http://www.squid-cache.org/bugs/],[squid]) -AC_PREREQ(2.62) +AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) AC_CONFIG_SRCDIR([src/main.cc])