[Ocfs2-commits] mfasheh commits r1637 - branches/dlm-glue

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Nov 10 16:35:47 CST 2004


Author: mfasheh
Date: 2004-11-10 16:35:45 -0600 (Wed, 10 Nov 2004)
New Revision: 1637

Modified:
   branches/dlm-glue/configure.in
Log:
* bring dlm-glue branch up to trunk r1621



Modified: branches/dlm-glue/configure.in
===================================================================
--- branches/dlm-glue/configure.in	2004-11-10 22:18:57 UTC (rev 1636)
+++ branches/dlm-glue/configure.in	2004-11-10 22:35:45 UTC (rev 1637)
@@ -243,13 +243,7 @@
 fi
 
 KVER=
-if test "x$rhkernel" = "xyes"; then
-  if test "$OCFS_PROCESSOR" = "i686"; then
-    KVER=up
-  else
-    KVER=smp
-  fi
-elif test "x$ulkernel" = "xyes"; then
+if test "x$ulkernel" = "xyes"; then
   KVER=suse
 fi
 AC_SUBST(KVER)



More information about the Ocfs2-commits mailing list