diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-10-20 10:43:39 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-10-20 10:43:39 +0000 |
commit | 1a3648688fc6b1b20bbc52b2f36bb0d5b89fe379 (patch) | |
tree | f84069507ec5af1d64a53052ce7bf6262754a2b8 /configure.in | |
parent | b6a21eb5f5dc7caf45e42fbd6bf972dd10c95cb6 (diff) |
configure.in added test for endianness
* configure.in
* acconfig.h: added test for endianness
* glib.h: #define endian macros for system and some conversions
between byte order
-Yosh
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index bd978073b..4ee4d47db 100644 --- a/configure.in +++ b/configure.in @@ -213,6 +213,8 @@ case x$glib_cv_hasinline in xyes) AC_DEFINE(G_HAVE_INLINE) esac +dnl for bytesex stuff +AC_C_BIGENDIAN dnl header file checks AC_CHECK_HEADERS(float.h, AC_DEFINE(HAVE_FLOAT_H)) |