From: Holger Weiss Date: Tue, 20 Jan 2015 11:32:22 +0000 (+0100) Subject: Cosmetic changes for "./configure --help" output X-Git-Tag: 15.02~20^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2683b340ae9cae915cb94863ac128f2c5dfd1a51;p=ejabberd Cosmetic changes for "./configure --help" output --- diff --git a/configure.ac b/configure.ac index f8a83926b..ddbc48b88 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,7 @@ AC_ARG_ENABLE(roster_gateway_workaround, esac],[roster_gateway_workaround=false]) AC_ARG_ENABLE(transient_supervisors, -[AC_HELP_STRING([--disable-transient_supervisors], [disable Erlang supervision for transient process (default: no)])], +[AC_HELP_STRING([--disable-transient-supervisors], [disable Erlang supervision for transient processes (default: no)])], [case "${enableval}" in yes) transient_supervisors=true ;; no) transient_supervisors=false ;;