OSDN Git Service

Add AC_SYS_LARGEFILE to configure.ac
authorAlan Coopersmith <alan.coopersmith@sun.com>
Wed, 19 Nov 2008 17:37:49 +0000 (09:37 -0800)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Wed, 19 Nov 2008 17:37:49 +0000 (09:37 -0800)
configure.ac

index b15c4be..f75d7a5 100644 (file)
@@ -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