[Ocfs2-commits] manish commits r981 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jun 2 19:43:33 CDT 2004


Author: manish
Date: 2004-06-02 18:43:31 -0500 (Wed, 02 Jun 2004)
New Revision: 981

Modified:
   trunk/configure.in
Log:
Don't bail out on unknown architecture (this whole bit will go away later)


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2004-06-02 23:42:03 UTC (rev 980)
+++ trunk/configure.in	2004-06-02 23:43:31 UTC (rev 981)
@@ -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