From b0e13af3e6d4f558ecbf6ad9ad4ac5d4129184cd Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 7 Dec 2012 23:41:11 +1300 Subject: [PATCH] Bug 3709: Wrong url at the end of ./configure --help --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1bcc50e2aa..52a2b3fbfc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Squid Web Proxy],[3.HEAD-BZR],[http://www.squid-cache.org/bugs/],[squid]) +AC_INIT([Squid Web Proxy],[3.HEAD-BZR],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) -- 2.47.3