]> sjero.net Git - wget/blobdiff - configure.in
[svn] Check for the C99 bool type and define it if missing.
[wget] / configure.in
index 1ea9f10eddd6949c2ff8f654628b6f6361f77dbd..a38a36078564b6b874117241cc0d86c26db934b2 100644 (file)
@@ -162,6 +162,7 @@ dnl Check for basic headers, even those we assume the presence of.
 dnl This is because Autoconf default includes check for STDC_HEADERS,
 dnl HAVE_SYS_TYPES_H, etc. before including them.
 AC_HEADER_STDC
+AC_HEADER_STDBOOL
 AC_CHECK_HEADERS(sys/types.h sys/stat.h)
 dnl Now check for the others.
 AC_CHECK_HEADERS(string.h strings.h limits.h unistd.h sys/time.h)