From 2a71d969e463e8ebf356034b8b379dca526393cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 28 Jun 2012 02:21:49 +0200 Subject: [PATCH] configure: show correct default argument in help Pushed without ack, under the trivial rule. (cherry picked from commit b29f9bbe498892aa56c293b9497ac45f54f3bc9e) --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e499fb1d07..f4632b5b59 100644 --- a/configure.ac +++ b/configure.ac @@ -367,7 +367,7 @@ AC_MSG_CHECKING([for init script flavor]) AC_ARG_WITH([init-script], [AC_HELP_STRING([--with-init-script@<:@=STYLE@:>@], [Style of init script to install: redhat, systemd, systemd+redhat, - upstart, auto, none @<:@default=auto@:>@])],[],[with_init_script=check]) + upstart, check, none @<:@default=check@:>@])],[],[with_init_script=check]) init_redhat=no init_systemd=no init_upstart=no @@ -406,7 +406,7 @@ AC_MSG_RESULT($with_init_script) AC_MSG_CHECKING([for whether to install sysctl config]) AC_ARG_WITH([sysctl], [AC_HELP_STRING([--with-sysctl@<:@=yes/no@:>@], - [Whether to install sysctl configs @<:@default=auto@:>@])], + [Whether to install sysctl configs @<:@default=check@:>@])], [],[with_sysctl=check]) if test "$with_sysctl" = "yes" || test "$with_sysctl" = "check"