From: Amos Jeffries Date: Tue, 21 Jul 2009 01:22:52 +0000 (+1200) Subject: Author: Thomas-Martin Seck X-Git-Tag: SQUID_3_2_0_1~861 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3fed8c39c49d0d7271b6255ddd1588546b812d7;p=thirdparty%2Fsquid.git Author: Thomas-Martin Seck Missing comma in --disable-translations --- diff --git a/configure.in b/configure.in index 0dd18c2cbe..e7523bdd21 100644 --- a/configure.in +++ b/configure.in @@ -3797,7 +3797,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