From 072c5d8461474dbed453fa4127ff685596edec6c Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 28 Jan 2004 00:11:50 +0000 Subject: [PATCH] argh, really fix ipmievd on all OSs --- ipmitool/configure.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ipmitool/configure.in b/ipmitool/configure.in index 81fa5ff..1c36e21 100644 --- a/ipmitool/configure.in +++ b/ipmitool/configure.in @@ -2,7 +2,7 @@ dnl dnl autoconf for ipmitool dnl AC_INIT([src/ipmitool.c]) -AM_INIT_AUTOMAKE([ipmitool], [1.5.9]) +AM_INIT_AUTOMAKE([ipmitool], [1.5.8]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR([src/ipmitool.c]) AC_PREREQ(2.50) @@ -148,9 +148,7 @@ AC_SUBST(STATIC_INTF_EXT) AC_SUBST(STATIC_INTF_LIB) AC_ARG_ENABLE([ipmievd], - [[ --enable-ipmievd enable IPMI event daemon [default=no]]], - [enable_ipmievd=yes], - [enable_ipmievd=no]) + [[ --enable-ipmievd enable IPMI event daemon [default=no]]],,enable_ipmievd=no) AM_CONDITIONAL(IPMIEVD, test "x$enable_ipmievd" = "xyes") AC_CONFIG_FILES([ipmitool.spec