From 5335af80f0ae7dde3f9fa462e77d18671d01ce92 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Sat, 4 Sep 2010 08:44:15 +0800 Subject: [PATCH] b=23702 removed space for compiler. i=panda --- lustre/autoconf/lustre-core.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index ede5127..0633797 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -2258,7 +2258,7 @@ LB_LINUX_TRY_COMPILE([ AC_DEFUN([LC_QUOTA64], [AC_MSG_CHECKING([if kernel has 64-bit quota limits support]) tmp_flags="$EXTRA_KCFLAGS" -EXTRA_KCFLAGS="-I $LINUX/fs" +EXTRA_KCFLAGS="-I$LINUX/fs" LB_LINUX_TRY_COMPILE([ #include #include -- 1.8.3.1