From 4a4b2e3b59d5b03d3b1591c58d2a64889f444651 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Sat, 29 Sep 2012 08:51:53 +0000 Subject: [PATCH] configure.in - remove Solaris+SPARC -> no BMC Commit removes false presumption there is no BMC driver for SPARC platform in Solaris. Also, this makes BMC driver default to yes, being built, on Solaris. --- ipmitool/configure.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ipmitool/configure.in b/ipmitool/configure.in index e785823..1d6a811 100644 --- a/ipmitool/configure.in +++ b/ipmitool/configure.in @@ -63,12 +63,7 @@ solaris*) # openssl libs are in /usr/sfw/lib on solaris 10 LIBS="$LIBS -R/usr/sfw/lib" # disable the linux-specific interfaces - # and bmc on SPARC (there is no bmc driver for SPARC) - if [[ `mach -p` = sparc ]]; then - enable_intf_bmc=no - else - enable_intf_bmc=yes - fi + enable_intf_bmc=yes enable_intf_imb=no enable_intf_open=no enable_intf_lipmi=no