summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-09-17 16:31:38 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-09-17 16:31:38 (GMT)
commit506a044efbd6c756e499c134263a27323ad770b6 (patch)
tree8649f92e8fda0b5d361a70c86033fdee367f615e /configure.in
parente97348a8f94bf0952a1ec1c439b9837689e0b9b7 (diff)
downloadmonitoring-plugins-506a044efbd6c756e499c134263a27323ad770b6.tar.gz
Support to compile on AIX
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@736 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0999d7e..8634b0a 100644
--- a/configure.in
+++ b/configure.in
@@ -27,6 +27,12 @@ AC_MINIX
27AC_PROG_MAKE_SET 27AC_PROG_MAKE_SET
28AC_PROG_AWK 28AC_PROG_AWK
29 29
30AC_FUNC_MALLOC
31AC_FUNC_REALLOC
32jm_PREREQ_ERROR
33AC_FUNC_ERROR_AT_LINE
34
35AC_CONFIG_LIBOBJ_DIR(lib)
30AC_FUNC_GETLOADAVG($topdir/lib) 36AC_FUNC_GETLOADAVG($topdir/lib)
31 37
32ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) 38ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])