From 434f684f4890c262e0451b15784b4367b8e99b3d Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 23 Jul 2009 23:52:45 +1200 Subject: [PATCH] Author: Thomas-Martin Seck Missing comma in --disable-translations --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3