1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 11:10:27 +02:00

* configure.in: Removed test AC_C_BIGENDIAN. (This test was

considered to encourage bad coding style.)
This commit is contained in:
Mikael Djurfeldt 1999-01-26 02:26:51 +00:00
parent 72b6625369
commit b7965ba977

View file

@ -61,7 +61,6 @@ AM_PROG_CC_STDC
AC_C_CONST
AC_C_INLINE
AC_C_BIGENDIAN
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
AC_CACHE_CHECK([for long longs], scm_cv_long_longs,