* [Ocfs2-devel] [PATCH] don't error out on unknown architecture
@ 2004-06-02 13:10 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-06-02 13:10 UTC (permalink / raw)
To: ocfs2-devel
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-02 13:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-02 13:10 [Ocfs2-devel] [PATCH] don't error out on unknown architecture Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.