From 945585b698b08b6f349e2e104862589b5acce0aa Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 8 Mar 2013 08:48:38 +0100 Subject: [PATCH] Properly detect the stdbool.h header https://bugs.freedesktop.org/show_bug.cgi?id=62001 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index cd3cd43..b7972dc 100644 --- a/configure.ac +++ b/configure.ac @@ -65,6 +65,8 @@ AC_C_BIGENDIAN # ------------------------------------------------------------------------------ # Checks for libraries and headers +AC_HEADER_STDBOOL + if test "$os_unix" = "yes"; then AC_CHECK_LIB(pthread, pthread_mutex_lock,, [AC_MSG_ERROR([could not find pthread_mutex_lock])]) -- 1.8.1.4