From 546410a5f94cd796ff6b7ba531dca8f0d1971471 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Tue, 15 Jan 2008 09:40:56 +0000 Subject: Add AC_SYS_LARGEFILE to configure.in (check_disk should now work with large file systems (2TB+) on all archs that supports it) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1906 f882894a-f735-0410-b71e-b25c423dba1c --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 78434437..c5848008 100644 --- a/configure.in +++ b/configure.in @@ -48,6 +48,7 @@ AC_PROG_LIBTOOL AM_PROG_CC_C_O AC_FUNC_ERROR_AT_LINE +AC_SYS_LARGEFILE ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) -- cgit v1.2.3-74-g34f1