* configure.ac: Removed stdint checks for fdlibm, I'm not sure we ever
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Fri, 20 Jun 2008 17:39:12 +0000 (19:39 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Fri, 20 Jun 2008 17:39:12 +0000 (19:39 +0200)
needed them.

configure.ac

index 8eadbef6ad72dd83a4e9bcba3a8e9771f8f4e4ac..61c123fc0d0749771b3fdd0fbba59331e16d404d 100644 (file)
@@ -245,15 +245,6 @@ AC_CHECK_HEADERS([sys/stat.h])
 AC_CHECK_HEADERS([sys/time.h])
 AC_CHECK_HEADERS([sys/types.h])
 
-dnl this is for fdlibm
-AC_CHECK_HEADERS([inttypes.h])
-AC_CHECK_HEADERS([sys/config.h])
-AC_CHECK_HEADERS([sys/types.h])
-AC_EGREP_HEADER(uint32_t, stdint.h, AC_DEFINE(HAVE_INT32_DEFINED, 1, [Define to 1 if you have uint32_t]))
-AC_EGREP_HEADER(uint32_t, inttypes.h, AC_DEFINE(HAVE_INT32_DEFINED, 1, [Define to 1 if you have uint32_t]))
-AC_EGREP_HEADER(u_int32_t, sys/types.h, AC_DEFINE(HAVE_BSD_INT32_DEFINED, 1, [Define to 1 if you have BSD u_int32_t]))
-AC_EGREP_HEADER(u_int32_t, sys/config.h, AC_DEFINE(HAVE_BSD_INT32_DEFINED, 1, [Define to 1 if you have BSD u_int32_t]))
-
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_C_INLINE