mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-20 03:25:18 +00:00
configure: show correct default argument in help
Pushed without ack, under the trivial rule. (cherry picked from commit b29f9bbe498892aa56c293b9497ac45f54f3bc9e)
This commit is contained in:
parent
9a5d10efc9
commit
2a71d969e4
@ -367,7 +367,7 @@ AC_MSG_CHECKING([for init script flavor])
|
|||||||
AC_ARG_WITH([init-script],
|
AC_ARG_WITH([init-script],
|
||||||
[AC_HELP_STRING([--with-init-script@<:@=STYLE@:>@],
|
[AC_HELP_STRING([--with-init-script@<:@=STYLE@:>@],
|
||||||
[Style of init script to install: redhat, systemd, systemd+redhat,
|
[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_redhat=no
|
||||||
init_systemd=no
|
init_systemd=no
|
||||||
init_upstart=no
|
init_upstart=no
|
||||||
@ -406,7 +406,7 @@ AC_MSG_RESULT($with_init_script)
|
|||||||
AC_MSG_CHECKING([for whether to install sysctl config])
|
AC_MSG_CHECKING([for whether to install sysctl config])
|
||||||
AC_ARG_WITH([sysctl],
|
AC_ARG_WITH([sysctl],
|
||||||
[AC_HELP_STRING([--with-sysctl@<:@=yes/no@:>@],
|
[AC_HELP_STRING([--with-sysctl@<:@=yes/no@:>@],
|
||||||
[Whether to install sysctl configs @<:@default=auto@:>@])],
|
[Whether to install sysctl configs @<:@default=check@:>@])],
|
||||||
[],[with_sysctl=check])
|
[],[with_sysctl=check])
|
||||||
|
|
||||||
if test "$with_sysctl" = "yes" || test "$with_sysctl" = "check"
|
if test "$with_sysctl" = "yes" || test "$with_sysctl" = "check"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user