Fix breakage on FreeBSD caused by configure.in rev 1.64

This commit is contained in:
Dmitry Frolov 2007-02-22 02:35:39 +00:00
parent 22f0fc7c00
commit b3dde472ce

View File

@ -220,7 +220,7 @@ AC_CHECK_HEADER([linux/ipmi.h],
[AC_DEFINE(HAVE_OPENIPMI_H, [1],
[Define to 1 if you have the <linux/ipmi.h> header file.])],
[AC_CHECK_HEADER([sys/ipmi.h],
[AC_DEFINE(HAVE_OPENIPMI_H, [1],
[AC_DEFINE(HAVE_FREEBSD_IPMI_H, [1],
[Define to 1 if you have the <sys/ipmi.h> header file.])],
[echo "** Unable to find OpenIPMI header files. Using internal version."])])