diff --git a/configure.ac b/configure.ac index 1fb57cfe..c9431598 100644 --- a/configure.ac +++ b/configure.ac @@ -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],