summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-01-15 09:40:56 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-01-15 09:40:56 (GMT)
commit546410a5f94cd796ff6b7ba531dca8f0d1971471 (patch)
tree31925ae2407d8bfdfc17a796f4befa2b3a645f4a /configure.in
parentc51b6eea0e80048690a9f48b74d2caebead08a2f (diff)
downloadmonitoring-plugins-546410a5f94cd796ff6b7ba531dca8f0d1971471.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7843443..c584800 100644
--- a/configure.in
+++ b/configure.in
@@ -48,6 +48,7 @@ AC_PROG_LIBTOOL
48AM_PROG_CC_C_O 48AM_PROG_CC_C_O
49 49
50AC_FUNC_ERROR_AT_LINE 50AC_FUNC_ERROR_AT_LINE
51AC_SYS_LARGEFILE
51 52
52ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) 53ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
53 54