mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 09:22:03 +00:00
configure.ac: change edefault to default
Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
ae2ac5945b
commit
5a6a8a0c9e
@ -265,7 +265,7 @@ AM_CONDITIONAL(BUILD_MONITORING, test x$enable_monitoring = xyes)
|
||||
|
||||
AC_ARG_ENABLE([watchdog],
|
||||
[ --enable-watchdog : Watchdog support ],,
|
||||
[ edefault="no" ])
|
||||
[ default="no" ])
|
||||
AM_CONDITIONAL(BUILD_WATCHDOG, test x$enable_watchdog = xyes)
|
||||
|
||||
AC_ARG_ENABLE([augeas],
|
||||
|
Loading…
Reference in New Issue
Block a user