summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2015-05-28 16:02:52 +0200
committerChristian Beier <dontmind@freeshell.org>2015-05-28 16:02:52 +0200
commit97f442ef2aa65ade6bea11e90054c57b90abbaca (patch)
tree78361ab8a669da971149644902d190cbef54ad89 /configure.ac
parent92f558482d94c5152174a1983a40863bd6b07911 (diff)
downloadlibtdevnc-97f442ef2aa65ade6bea11e90054c57b90abbaca.tar.gz
libtdevnc-97f442ef2aa65ade6bea11e90054c57b90abbaca.zip
Instead of letting the build system define endianess, rely on endian.h.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e60a0f..5d05c12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -503,7 +503,6 @@ AC_CHECK_HEADERS([arpa/inet.h endian.h fcntl.h netdb.h netinet/in.h stdlib.h std
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_INLINE
-AC_C_BIGENDIAN
AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_HEADER_SYS_WAIT