[Ocfs2-commits] jlbec commits r1012 - branches/format-changes

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jun 4 19:26:29 CDT 2004


Author: jlbec
Date: 2004-06-04 18:26:27 -0500 (Fri, 04 Jun 2004)
New Revision: 1012

Modified:
   branches/format-changes/configure.in
Log:

o Merged revision 981 from trunk.
  (Don't bail out on unknon architecture (this whole bit will go
   away later).  From Christoph Hellwig.)



Modified: branches/format-changes/configure.in
===================================================================
--- branches/format-changes/configure.in	2004-06-04 23:23:29 UTC (rev 1011)
+++ branches/format-changes/configure.in	2004-06-04 23:26:27 UTC (rev 1012)
@@ -60,9 +60,6 @@
   i386|i486|i586|i686|i786|k6|k7)
     OCFS_PROCESSOR="i686"
     ;;
-  *)
-    AC_MSG_ERROR([not configured for "$host_cpu"])
-    ;;
 esac
 
 AC_SUBST(OCFS_PROCESSOR)



More information about the Ocfs2-commits mailing list