RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 27-Jul-2007 21:05:58
Branch: rpm-4_5 Handle: 2007072720055700
Modified files: (Branch: rpm-4_5)
rpm configure.ac
Log:
ensure WORDS_BIGENDIAN is set correctly.
Summary:
Revision Changes Path
2.70.2.16 +2 -1 rpm/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/configure.ac
============================================================================
$ cvs diff -u -r2.70.2.15 -r2.70.2.16 configure.ac
--- rpm/configure.ac 27 Jul 2007 19:02:58 -0000 2.70.2.15
+++ rpm/configure.ac 27 Jul 2007 19:05:57 -0000 2.70.2.16
@@ -207,6 +207,8 @@
dnl that for the inline keyword, since it may change the degree to
dnl which the compiler supports such features.
AM_C_PROTOTYPES
+AC_C_INLINE
+AC_C_BIGENDIAN
dnl AM_DISABLE_SHARED
AM_PROG_LIBTOOL
@@ -877,7 +879,6 @@
])
fi
-AC_C_INLINE
dnl look for libc features
PROVIDES_ERRNO=no
@@ .
Received on Fri Jul 27 21:05:58 2007