Update of /cvsroot/liboss/liboss
In directory sc8-pr-cvs1:/tmp/cvs-serv4528
Modified Files:
configure.in
Log Message:
Moved esddsp over to syscall() if possible. This should allow us to write an 'esddsp'
program equivalent that works. Also disabled endian-swapping in liboss_write(), and moved
CFLAGS over to AM_CFLAGS, because automake told me to.
----------------------------------------------------------------------
Index: configure.in
===================================================================
RCS file: /cvsroot/liboss/liboss/configure.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- configure.in 12 Dec 2002 01:19:34 -0000 1.32
+++ configure.in 6 Jan 2003 21:52:54 -0000 1.33
@@ -116,7 +116,7 @@
dnl Checks for typedefs, structures, and compiler characteristics.
dnl
AC_C_BIGENDIAN
-dnl AC_C_BIGENDIAN triggers an AC_TRY_RUN warning; we can't cross compile
+dnl AC_C_BIGENDIAN triggers an AC_RUN_IFELSE([AC_LANG_SOURCE([[]])],[],[],[]) warning; we can't cross compile
dnl liboss (oh, well)
AC_C_CONST
AC_C_INLINE
|