From: Christian Hofstaedtler Date: Fri, 7 Feb 2014 18:20:03 +0000 (+0100) Subject: Correct default text for --with-modules X-Git-Tag: rec-3.6.0-rc1~188^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae2f3feb71855641997fb4282f5cbd9863422958;p=pdns Correct default text for --with-modules --- diff --git a/configure.ac b/configure.ac index 3317dbf79..ac0640959 100644 --- a/configure.ac +++ b/configure.ac @@ -183,7 +183,7 @@ fi modules="bind gmysql geo random" AC_ARG_WITH([modules], - [AS_HELP_STRING([--with-modules],[which backends to compile with @<:@default=gmysql geo random@:>@])], + [AS_HELP_STRING([--with-modules],[which backends to compile with @<:@default=bind gmysql geo random@:>@])], [modules="$withval"] )