diff --git a/configure.ac b/configure.ac index 0eca9d8..a0b5da3 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ if test "x$build_tests" = "xyes"; then fi AC_CHECK_FUNCS_ONCE([eventfd]) - +AC_CHECK_HEADERS_ONCE([sys/uio.h epoxy/egl.h]) AM_CONDITIONAL(HAVE_VALGRIND, [test "x$VALGRIND" != "x"]) AM_CONDITIONAL(BUILD_TESTS, [test "x$build_tests" = "xyes"])