summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-01-15 06:22:37 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-01-15 06:22:37 +0000
commitf69d76fd3b0406cf2369e434ed978aec98c7f2b6 (patch)
treef515826b6dfdb0ce3c96cd287d968e1b2105c35b /autoconf
parent88fc1b0a6f179016d5e3f40bb86cc4d51718892e (diff)
Remove configure support for endianness checking, the need for which
Chris has helpfully expunged. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 9c32291656c..d9177a4f0d2 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -224,9 +224,6 @@ AC_HEADER_SYS_WAIT
dnl Checks for POSIX and other various system-specific header files
AC_CHECK_HEADERS(fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h)
-dnl Check for machine endian-ness
-AC_C_BIGENDIAN(AC_DEFINE([ENDIAN_BIG],[],[Define if the machine is Big-Endian]),AC_DEFINE([ENDIAN_LITTLE],[],[Define if the machine is Little-Endian]))
-
dnl Check for types
AC_TYPE_PID_T
AC_TYPE_SIZE_T