mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-14 20:47:22 +00:00
Fix breakage on FreeBSD caused by configure.in rev 1.64
This commit is contained in:
parent
22f0fc7c00
commit
b3dde472ce
@ -220,7 +220,7 @@ AC_CHECK_HEADER([linux/ipmi.h],
|
|||||||
[AC_DEFINE(HAVE_OPENIPMI_H, [1],
|
[AC_DEFINE(HAVE_OPENIPMI_H, [1],
|
||||||
[Define to 1 if you have the <linux/ipmi.h> header file.])],
|
[Define to 1 if you have the <linux/ipmi.h> header file.])],
|
||||||
[AC_CHECK_HEADER([sys/ipmi.h],
|
[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.])],
|
[Define to 1 if you have the <sys/ipmi.h> header file.])],
|
||||||
[echo "** Unable to find OpenIPMI header files. Using internal version."])])
|
[echo "** Unable to find OpenIPMI header files. Using internal version."])])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user