[Ocfs2-commits] manish commits r1621 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Nov 3 17:43:05 CST 2004


Author: manish
Date: 2004-11-03 17:43:03 -0600 (Wed, 03 Nov 2004)
New Revision: 1621

Modified:
   trunk/configure.in
Log:
Remove rh KVER default guessing


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2004-11-03 19:34:22 UTC (rev 1620)
+++ trunk/configure.in	2004-11-03 23:43:03 UTC (rev 1621)
@@ -230,13 +230,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