[Ocfs2-commits] manish commits r1628 - trunk
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Nov 9 18:46:59 CST 2004
Author: manish
Date: 2004-11-09 18:46:57 -0600 (Tue, 09 Nov 2004)
New Revision: 1628
Modified:
trunk/configure.in
Log:
We only care about RH or UL 2.4.x kernels, say so in configure
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2004-11-09 16:33:22 UTC (rev 1627)
+++ trunk/configure.in 2004-11-10 00:46:57 UTC (rev 1628)
@@ -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