diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-08 08:48:38 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-08 08:50:03 +0100 |
commit | 945585b698b08b6f349e2e104862589b5acce0aa (patch) | |
tree | b2883e7ec9c45087e7301b8e04c8f55983d26d9d | |
parent | cc6189fc4051be33c6f5c86ab767e614633bf831 (diff) |
Properly detect the stdbool.h header
https://bugs.freedesktop.org/show_bug.cgi?id=62001
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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])]) |