summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-01-20 12:32:22 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-01-20 12:32:22 +0100
commit2683b340ae9cae915cb94863ac128f2c5dfd1a51 (patch)
treec4884a26149cdc76919145d06a3663e484bd09ee
parentEnable transient supervisors by default (diff)
Cosmetic changes for "./configure --help" output
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f8a83926..ddbc48b8 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 ;;