From b855659b47bb16ab9d12d2492459aec44c1cd97d Mon Sep 17 00:00:00 2001 From: yangsheng Date: Fri, 9 Jul 2010 22:47:09 +0800 Subject: [PATCH] b=23122 Change config check for sles11 sp1. i=johann --- lnet/autoconf/lustre-lnet.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index 4b138d6..1b1fc34 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -1103,6 +1103,7 @@ AC_DEFUN([LN_USER__U64_LONG_LONG], tmp_flags="$CFLAGS" CFLAGS="$CFLAGS -Werror" AC_COMPILE_IFELSE([ + #include #include #include int main(void) { @@ -1128,6 +1129,7 @@ AC_DEFUN([LN_SIZE_T_LONG], tmp_flags="$CFLAGS" CFLAGS="$CFLAGS -Werror" AC_COMPILE_IFELSE([ + #include #include #include int main(void) { @@ -1152,6 +1154,7 @@ AC_DEFUN([LN_SSIZE_T_LONG], tmp_flags="$CFLAGS" CFLAGS="$CFLAGS -Werror" AC_COMPILE_IFELSE([ + #include #include #include int main(void) { -- 1.8.3.1