]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure: show correct default argument in help v0.9.13-rc2
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Thu, 28 Jun 2012 00:21:49 +0000 (02:21 +0200)
committerMarc-André Lureau <marcandre.lureau@gmail.com>
Thu, 28 Jun 2012 00:37:27 +0000 (02:37 +0200)
Pushed without ack, under the trivial rule.

configure.ac

index c0ef9b16c6d2a428c90eeff1913d7684ffb1a6b1..6436885ef89145c9d6d1cafaa6e8fd45058cddb7 100644 (file)
@@ -368,7 +368,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
@@ -407,7 +407,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"