From: Amos Jeffries Date: Thu, 23 Jul 2009 11:52:45 +0000 (+1200) Subject: Author: Thomas-Martin Seck X-Git-Tag: SQUID_3_1_0_12~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=434f684f4890c262e0451b15784b4367b8e99b3d;p=thirdparty%2Fsquid.git Author: Thomas-Martin Seck Missing comma in --disable-translations --- diff --git a/configure.in b/configure.in index e5c67d9b24..cfed6f183e 100644 --- a/configure.in +++ b/configure.in @@ -3781,7 +3781,7 @@ use_translation="yes" AC_ARG_ENABLE(translation, AC_HELP_STRING([--disable-translation], [Prevent Squid generating localized error page templates and manuals. - Which is usually tried, but may not be needed.]) + Which is usually tried, but may not be needed.]), [ if test "$enableval" = "no" ; then use_translation=no fi