summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-11-19 09:37:49 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-11-19 09:37:49 -0800
commit613c1e6d09930bab47f2c6983f220df002c2e2ce (patch)
treeb9752ec190370af71eee839011f5635e86772e53
parent0821f3b4eae5428cf1af5c4c056240f8991758f6 (diff)
Add AC_SYS_LARGEFILE to configure.ac
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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