]> git.saurik.com Git - bison.git/commitdiff
(AC_HEADER_STDBOOL): Add.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2002 04:37:50 +0000 (04:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2002 04:37:50 +0000 (04:37 +0000)
configure.ac

index c896888b52b4b93761f02763afed2c525b2d7113..1c126ff68f8fc63427b54f7257d66a57a9b55920 100644 (file)
@@ -71,6 +71,7 @@ AC_DEFINE_UNQUOTED([M4], ["$M4"], [Define to the GNU M4 executable name.])
 # Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS([ctype.h locale.h memory.h stdlib.h string.h unistd.h])
+AC_HEADER_STDBOOL
 
 # Checks for compiler characteristics.
 AC_C_INLINE