]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure: show correct default argument in help
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Thu, 28 Jun 2012 00:21:49 +0000 (02:21 +0200)
committerCole Robinson <crobinso@redhat.com>
Sun, 12 Aug 2012 23:22:30 +0000 (19:22 -0400)
Pushed without ack, under the trivial rule.
(cherry picked from commit b29f9bbe498892aa56c293b9497ac45f54f3bc9e)

configure.ac

index e499fb1d07e20e00820f01935cee898dde2e7767..f4632b5b59ca60ea9a74fd91e2361c722499448b 100644 (file)
@@ -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"