* configure.ac: Use GCC_HEADER_STDINT.
[deliverable/binutils-gdb.git] / gdb / configure.ac
index 8f66b4da9f6371efe4d5ad0430cc53ba48428d4c..0513b8dc5c887d28c669af2a42b1b4828dbac59c 100644 (file)
@@ -422,6 +422,9 @@ AC_CHECK_HEADERS(term.h, [], [],
 # unconditionally, so what's the point in checking these?
 AC_CHECK_HEADERS(ctype.h time.h)
 
+# Create a header we can use portably to get the standard integer types.
+GCC_HEADER_STDINT(gdb_stdint.h)
+
 # ------------------------- #
 # Checks for declarations.  #
 # ------------------------- #
This page took 0.023542 seconds and 4 git commands to generate.