[Ocfs2-commits] manish commits r2494 - branches/ocfs2-1.0

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Aug 2 19:26:57 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-08-02 19:26:56 -0500 (Tue, 02 Aug 2005)
New Revision: 2494

Modified:
   branches/ocfs2-1.0/configure.in
Log:
Disallow big endian platforms for 1.0.x

Signed-off-by: mfasheh


Modified: branches/ocfs2-1.0/configure.in
===================================================================
--- branches/ocfs2-1.0/configure.in	2005-08-03 00:00:37 UTC (rev 2493)
+++ branches/ocfs2-1.0/configure.in	2005-08-03 00:26:56 UTC (rev 2494)
@@ -104,6 +104,9 @@
   AC_MSG_ERROR(GCC is required)
 fi
 
+AC_C_BIGENDIAN([AC_MSG_ERROR([Big endian platforms are not supported yet])],,
+  [AC_MSG_ERROR([Could not determine endianness of platform])])
+
 AC_MSG_CHECKING(for debugging)
 AC_ARG_ENABLE(debug, [  --enable-debug=[yes/no]         Turn on debugging [default=yes]],,enable_debug=yes)
 OCFS_DEBUG=



More information about the Ocfs2-commits mailing list