]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bump minimum autoconf back to 2.61
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 9 Aug 2009 03:00:14 +0000 (15:00 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 9 Aug 2009 03:00:14 +0000 (15:00 +1200)
configure.in

index 17c9cd1bc3c49240db805b88c5809c3cf48442f1..2c13b60d0e7a9df5d1bb9e4131e877a6ce59280b 100644 (file)
@@ -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])