diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-03 07:55:52 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-03 07:55:52 +0000 |
commit | c46acd0f4b57def6176e2041eb44a02498f6b095 (patch) | |
tree | a363b1a66f8c1f4cd9747496c7c5f875af0b732b /m4/np_coreutils.m4 | |
parent | 679f03fbee67cdaa4035f909b3ef5e1eb6c8e30f (diff) | |
download | monitoring-plugins-c46acd0f4b57def6176e2041eb44a02498f6b095.tar.gz |
Fixed compile on Tru64 5.1b (Ciro Iriarte - 1515435)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1438 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'm4/np_coreutils.m4')
-rw-r--r-- | m4/np_coreutils.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/np_coreutils.m4 b/m4/np_coreutils.m4 index 44aa3b80..18c5f66b 100644 --- a/m4/np_coreutils.m4 +++ b/m4/np_coreutils.m4 @@ -11,6 +11,7 @@ dnl Usually in coreutils' prereq.m4, but this is a subset that we need AC_DEFUN([np_COREUTILS], [ AC_REQUIRE([AM_STDBOOL_H]) + AC_REQUIRE([gl_C_STRTOLD]) AC_REQUIRE([gl_GETOPT]) AC_REQUIRE([gl_AFS]) AC_REQUIRE([gl_EXITFAIL]) |