summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-03-03 18:46:44 +0100
committerDave Airlie <airlied@redhat.com>2016-03-07 13:47:50 +1000
commitea6681c20d4d0a06265ec0b0ae6c730e74ed113c (patch)
tree17d10a3e90aee87013d9afbf4ea8bc7a662bbcda
parentdddb7f096471df1aa8b5b1a789051de099bbe3cc (diff)
build-sys: check a few headers
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"])