diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-01-20 12:32:22 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-01-20 12:32:22 +0100 |
commit | 2683b340ae9cae915cb94863ac128f2c5dfd1a51 (patch) | |
tree | c4884a26149cdc76919145d06a3663e484bd09ee | |
parent | Enable transient supervisors by default (diff) |
Cosmetic changes for "./configure --help" output
-rw-r--r-- | configure.ac | 2 |
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 ;; |