From 55fb4361e28fd4fb6173d77cacfc76455d2a9e5f Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 23 Feb 2006 14:52:36 +0000 Subject: [PATCH] Remove unneeded stuff. --- configure.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.in b/configure.in index 8277549..66f9982 100644 --- a/configure.in +++ b/configure.in @@ -67,20 +67,14 @@ fi AC_MSG_NOTICE([Detecting C library capabilities]) -AC_HEADER_STDC AC_CHECK_HEADERS(unistd.h getopt.h strings.h inttypes.h stdint.h) AC_CHECK_FUNCS(getopt_long) AC_FUNC_ALLOCA AC_MSG_NOTICE([Detecting system's parameters]) -AC_C_BIGENDIAN - -AC_CHECK_SIZEOF(unsigned long long, 8) AC_CHECK_SIZEOF(unsigned long int, 4) AC_CHECK_SIZEOF(unsigned int, 4) -AC_CHECK_SIZEOF(unsigned short int, 2) -AC_CHECK_SIZEOF(unsigned char, 1) # For some systems we know that we have ld_version scripts. # Use it then as default. -- 2.7.4