(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 c896888..1c126ff 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