From: Ivo Timmermans <ivo@lychnis.net>
Date: Tue, 25 Apr 2000 01:22:01 +0000 (+0000)
Subject: Remove check for bigendianness.
X-Git-Tag: import-tinc-1.1~998
X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=ea9d2f379a170077f93569a957c713452768d0a4;p=meshlink

Remove check for bigendianness.
---

diff --git a/configure.in b/configure.in
index 95fc3a3f..f2cff29b 100644
--- a/configure.in
+++ b/configure.in
@@ -32,7 +32,6 @@ sys/time.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
-AC_C_BIGENDIAN
 AC_TYPE_PID_T
 AC_TYPE_SIZE_T
 AC_HEADER_TIME