Update xfstests m4 macros to match other packages.

Merge of xfs-cmds-melb:slinx:19696a by kenmcd.
This commit is contained in:
Nathan Scott
2004-10-08 14:47:51 +00:00
parent d0b5d2750b
commit f597e89d23
+1 -1
View File
@@ -8,7 +8,7 @@ AC_DEFUN([AC_HAVE_FADVISE],
#define _FILE_OFFSET_BITS 64
#include <fcntl.h>
], [
posix_fadvise(0, 1, 0, 0);
posix_fadvise(0, 1, 0, POSIX_FADV_NORMAL);
], have_fadvise=yes
AC_MSG_RESULT(yes),
AC_MSG_RESULT(no))