From 613c1e6d09930bab47f2c6983f220df002c2e2ce Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 19 Nov 2008 09:37:49 -0800 Subject: [PATCH] Add AC_SYS_LARGEFILE to configure.ac --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index b15c4be..f75d7a5 100644 --- a/configure.ac +++ b/configure.ac @@ -116,6 +116,8 @@ AM_CONDITIONAL(NETBSD, [test "x$netbsd" = xyes]) AM_CONDITIONAL(OPENBSD, [test "x$openbsd" = xyes]) AM_CONDITIONAL(SOLARIS, [test "x$solaris" = xyes]) +AC_SYS_LARGEFILE + AC_CHECK_HEADER([asm/mtrr.h], [have_mtrr_h="yes"], [have_mtrr_h="no"]) if test "x$have_mtrr_h" = xyes; then -- 2.7.4