[Oracleasm-commits] jlbec commits r405 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jan 7 13:43:23 PST 2009


Author: jlbec
Date: 2009-01-07 13:43:23 -0800 (Wed, 07 Jan 2009)
New Revision: 405

Modified:
   trunk/configure.in
Log:

oracleasm: Fix typos in SLAB_CTOR_VERIFY detection.

The SLAB_CTOR_VERIFY detection in configure.in has two typos.  The wrong
variable for the include files, and the wrong variable to set the
compat header.



Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2009-01-07 21:34:35 UTC (rev 404)
+++ trunk/configure.in	2009-01-07 21:43:23 UTC (rev 405)
@@ -239,7 +239,7 @@
 
   slab_ctor_header=
   OCFS2_CHECK_KERNEL_INCLUDES([SLAB_CTOR_VERIFY in slab.h], linux/slab.h,
-    $kernel_includes, slab_ctor_headre=slab_ctor_verify.h, ,
+    $kernelincludes, slab_ctor_header=slab_ctor_verify.h, ,
     [SLAB_CTOR_VERIFY])
 
   if test "x$slab_ctor_header" = "x"; then




More information about the Oracleasm-commits mailing list