]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Brad Smith <brad@comstyle.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 7 Feb 2009 02:17:17 +0000 (15:17 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 7 Feb 2009 02:17:17 +0000 (15:17 +1300)
Bug 2592: pt 1: correct autoconf requirements

configure.in

index 8ad59df006e3ef5b5c1ce62458fb675eabfe168c..0db1936cc7a1a4a6177058c9efcdffd29d9cdfa3 100644 (file)
@@ -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])