]> granicus.if.org Git - p11-kit/commitdiff
Properly detect the stdbool.h header
authorStef Walter <stefw@gnome.org>
Fri, 8 Mar 2013 07:48:38 +0000 (08:48 +0100)
committerStef Walter <stefw@gnome.org>
Fri, 8 Mar 2013 07:50:03 +0000 (08:50 +0100)
https://bugs.freedesktop.org/show_bug.cgi?id=62001

configure.ac

index cd3cd43d84110d6235deb91ba7b28e85e764026a..b7972dceec2e15a497ba0c0daab14246a5906af6 100644 (file)
@@ -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])])