[rds-commits] zab commits r99 - trunk

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 5 15:43:30 CDT 2006


Author: zab
Date: 2006-06-05 15:43:28 -0500 (Mon, 05 Jun 2006)
New Revision: 99

Modified:
   trunk/kfeature.m4
Log:
The gfp_t test was broken by the secret regex mangling that the m4 was doing.
Nothing was intentionally using it, so we just get rid of it.


Modified: trunk/kfeature.m4
===================================================================
--- trunk/kfeature.m4	2006-06-05 20:31:58 UTC (rev 98)
+++ trunk/kfeature.m4	2006-06-05 20:43:28 UTC (rev 99)
@@ -1,6 +1,6 @@
 AC_DEFUN([GREP_KERNEL_INCLUDE],
   [AC_MSG_CHECKING([for $1])
-   kernel_check_regexp="m4_default([$5], [\<$1(])"
+   kernel_check_regexp="$5"
 
    kernel_check_headers=
    for kfile in $2; do
@@ -18,4 +18,4 @@
 
 AC_DEFUN([KERNEL_COMPAT_HEADER],
   [GREP_KERNEL_INCLUDE($1, $2, , 
-     [KAPI_COMPAT_HEADERS="$KAPI_COMPAT_HEADERS $1.h"])])
+     [KAPI_COMPAT_HEADERS="$KAPI_COMPAT_HEADERS $1.h"], $1)])




More information about the rds-commits mailing list