From: Tomek Mrugalski Date: Mon, 19 May 2014 12:40:39 +0000 (+0200) Subject: [3400] Configuration backend description expanded X-Git-Tag: trac3434_base~32^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcd45b541a5afbc43382082218f0f26ba4eca160;p=thirdparty%2Fkea.git [3400] Configuration backend description expanded --- diff --git a/configure.ac b/configure.ac index de7793fc22..3d13aa850e 100644 --- a/configure.ac +++ b/configure.ac @@ -1291,7 +1291,9 @@ AC_SUBST(AWK) # It is possible that we may extend this to accept additional backends. AC_ARG_WITH(kea-config, AC_HELP_STRING([--with-kea-config], - [Selects configuration backend; currently available options are: BUNDY (default) or JSON]), + [Selects configuration backend; currently available options are: BUNDY (default, + Kea reads configuration and commands from Bundy framework) or JSON (Kea reads + configuration from a JSON file from disk)]), [CONFIG_BACKEND="$withval"], [CONFIG_BACKEND=BUNDY])