]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Thomas-Martin Seck <tmseck@netcologne.de>
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 21 Jul 2009 01:22:52 +0000 (13:22 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 21 Jul 2009 01:22:52 +0000 (13:22 +1200)
Missing comma in --disable-translations

configure.in

index 0dd18c2cbec6a5d547136f04cbc59bccdea8ce6f..e7523bdd21c44a6540a2b2143d720197c3ec75aa 100644 (file)
@@ -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