~registry/glib/glib-2-30

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Manish Singh
  • Date: 1998-10-20 10:43:39 UTC
  • Revision ID: git-v1:1a3648688fc6b1b20bbc52b2f36bb0d5b89fe379
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

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
xyes) AC_DEFINE(G_HAVE_INLINE)
214
214
esac
215
215
 
 
216
dnl for bytesex stuff
 
217
AC_C_BIGENDIAN
216
218
 
217
219
dnl header file checks
218
220
AC_CHECK_HEADERS(float.h, AC_DEFINE(HAVE_FLOAT_H))