Cosmetic changes for "./configure --help" output

This commit is contained in:
Holger Weiss 2015-01-20 12:32:22 +01:00
parent cc7b68b7c5
commit 2683b340ae
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;;