diff options
author | Joe Orton <jorton@apache.org> | 2004-02-07 01:27:36 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2004-02-07 01:27:36 +0100 |
commit | ab526beefa2a360ff96a485a8214f02a614f9872 (patch) | |
tree | 08349457a46485539982c6723985e5a5e9912b5c /configure.in | |
parent | apply Apache License, Version 2.0 (diff) | |
download | apache2-ab526beefa2a360ff96a485a8214f02a614f9872.tar.xz apache2-ab526beefa2a360ff96a485a8214f02a614f9872.zip |
* configure.in: Remove long since unnecessary endianness checks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102530 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.in b/configure.in index 7ee2252a2e..5f393e1004 100644 --- a/configure.in +++ b/configure.in @@ -495,14 +495,6 @@ AC_SUBST(AP_SIG_GRACEFUL) AC_SUBST(AP_SIG_GRACEFUL_STRING) AC_SUBST(AP_SIG_GRACEFUL_SHORT) -dnl check for endianness -if test "$cross_compiling" = "no"; then - AC_C_BIGENDIAN -else - AC_DEFINE(AP_UNKNOWN_BYTE_ORDER,1, - [byte order is unknown due to cross-compilation]) -fi - APACHE_FAST_OUTPUT(Makefile modules/Makefile srclib/Makefile) APACHE_FAST_OUTPUT(os/Makefile server/Makefile) APACHE_FAST_OUTPUT(support/Makefile srclib/pcre/Makefile) |