Browse Source

add sys/sysctl.h check

OPENBSD_5_8
Brent Cook 9 years ago
parent
commit
a9874d0652
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@ -200,7 +200,7 @@ if test "x$ac_cv_have___va_copy" = "xyes" ; then
AC_DEFINE([HAVE___VA_COPY], [1], [Define if __va_copy exists])
fi
AC_CHECK_HEADERS([err.h md5.h sha2.h])
AC_CHECK_HEADERS([sys/sysctl.h err.h md5.h sha2.h])
AC_CHECK_HEADERS([sys/sensors.h],
AM_CONDITIONAL(HAVE_SENSORS, true),
AM_CONDITIONAL(HAVE_SENSORS, false)


Loading…
Cancel
Save