[Ocfs2-commits] manish commits r1320 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Aug 2 16:52:49 CDT 2004


Author: manish
Date: 2004-08-02 15:52:47 -0500 (Mon, 02 Aug 2004)
New Revision: 1320

Modified:
   trunk/configure.in
Log:
#include <linux/autoconf.h> in NPTL check, so some symbols sched.h might
need are there


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2004-08-02 19:57:31 UTC (rev 1319)
+++ trunk/configure.in	2004-08-02 20:52:47 UTC (rev 1320)
@@ -245,6 +245,7 @@
 AC_MSG_CHECKING([for NPTL support])
 AC_TRY_COMPILE(
 [#define __KERNEL__ 1
+#include <linux/autoconf.h>
 #include <linux/sched.h>],
 [recalc_sigpending ();], have_NPTL=yes, have_NPTL=no)
 AC_MSG_RESULT($have_NPTL)



More information about the Ocfs2-commits mailing list