[Ocfs2-commits] mfasheh commits r1635 - branches/cluster-groups
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Wed Nov 10 14:59:08 CST 2004
Author: mfasheh
Date: 2004-11-10 14:59:07 -0600 (Wed, 10 Nov 2004)
New Revision: 1635
Modified:
branches/cluster-groups/configure.in
Log:
* commit manish's patch from r1628. This brings the cluster-groups
branch up to date with trunk, r1628.
Modified: branches/cluster-groups/configure.in
===================================================================
--- branches/cluster-groups/configure.in 2004-11-10 20:45:20 UTC (rev 1634)
+++ branches/cluster-groups/configure.in 2004-11-10 20:59:07 UTC (rev 1635)
@@ -208,7 +208,7 @@
KERNELSRC=$kernelsrc
-AC_MSG_CHECKING([for Red Hat kernel])
+AC_MSG_CHECKING([for Red Hat 2.4.x kernel])
AC_EGREP_CPP(kernel_is_Red_Hat,
[#include <linux/autoconf.h>
#ifdef RED_HAT_LINUX_KERNEL
@@ -219,7 +219,7 @@
ulkernel=no
if test "x$rhkernel" = "xno"; then
- AC_MSG_CHECKING([for United Linux kernel])
+ AC_MSG_CHECKING([for United Linux 2.4.x kernel])
AC_EGREP_CPP(kernel_is_United_Linux,
[#include <linux/autoconf.h>
#ifdef CONFIG_UNITEDLINUX_KERNEL
More information about the Ocfs2-commits
mailing list