Whamcloud - gitweb
Branch b1_x
authoradilger <adilger>
Fri, 17 Oct 2008 21:42:10 +0000 (21:42 +0000)
committeradilger <adilger>
Fri, 17 Oct 2008 21:42:10 +0000 (21:42 +0000)
Fix autoconf test description.

lnet/autoconf/lustre-lnet.m4

index 480e52a..4fd959d 100644 (file)
@@ -1080,7 +1080,7 @@ AC_DEFINE(HAVE_SHOW_TASK, 1, [show_task is exported])
 
 # check userland __u64 type
 AC_DEFUN([LN_U64_LONG_LONG],
-[AC_MSG_CHECKING([u64 is long long type])
+[AC_MSG_CHECKING([__u64 is long long type])
 tmp_flags="$CFLAGS"
 CFLAGS="$CFLAGS -Werror"
 AC_COMPILE_IFELSE([