From ea6681c20d4d0a06265ec0b0ae6c730e74ed113c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 3 Mar 2016 18:46:44 +0100 Subject: [PATCH] build-sys: check a few headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"])