[Ocfs2-commits] mfasheh commits r1639 - branches/dlm-glue
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Wed Nov 10 16:43:24 CST 2004
Author: mfasheh
Date: 2004-11-10 16:43:23 -0600 (Wed, 10 Nov 2004)
New Revision: 1639
Modified:
branches/dlm-glue/configure.in
Log:
* bring the dlm-glue branch up to date with trunk, r1628
Modified: branches/dlm-glue/configure.in
===================================================================
--- branches/dlm-glue/configure.in 2004-11-10 22:42:06 UTC (rev 1638)
+++ branches/dlm-glue/configure.in 2004-11-10 22:43:23 UTC (rev 1639)
@@ -221,7 +221,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
@@ -232,7 +232,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