[Ocfs2-devel] [PATCH] don't error out on unknown architecture

Christoph Hellwig hch at lst.de
Wed Jun 2 12:40:38 CDT 2004


Index: configure.in
===================================================================
--- configure.in	(revision 969)
+++ configure.in	(working copy)
@@ -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-devel mailing list