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.
This commit is contained in:
Zdenek Styblik 2012-09-29 08:51:53 +00:00
parent c88b139452
commit 4a4b2e3b59

View File

@ -63,12 +63,7 @@ solaris*)
# openssl libs are in /usr/sfw/lib on solaris 10 # openssl libs are in /usr/sfw/lib on solaris 10
LIBS="$LIBS -R/usr/sfw/lib" LIBS="$LIBS -R/usr/sfw/lib"
# disable the linux-specific interfaces # 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 enable_intf_bmc=yes
fi
enable_intf_imb=no enable_intf_imb=no
enable_intf_open=no enable_intf_open=no
enable_intf_lipmi=no enable_intf_lipmi=no