summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric Stanley <estanley@nagios.com>2012-02-10 16:27:24 (GMT)
committerEric Stanley <estanley@nagios.com>2012-02-10 16:27:24 (GMT)
commit4011599466b8247ced0b6400b72e16620636d0fc (patch)
tree6278e005821702ea94e35c105cd6c32e0e48aae7 /configure.in
parent355ad150eb4ba18d1e863c34c85e60a20f7c710d (diff)
downloadmonitoring-plugins-4011599466b8247ced0b6400b72e16620636d0fc.tar.gz
Enable compiling on AIX 6.1
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index bdd4431..1d16bcd 100644
--- a/configure.in
+++ b/configure.in
@@ -162,6 +162,8 @@ dnl
162dnl check for math-related functions needing -lm 162dnl check for math-related functions needing -lm
163AC_CHECK_HEADERS(math.h) 163AC_CHECK_HEADERS(math.h)
164AC_CHECK_LIB(m,floor,MATHLIBS="-lm") 164AC_CHECK_LIB(m,floor,MATHLIBS="-lm")
165AC_CHECK_HEADERS(mp.h)
166AC_CHECK_LIB(bsd,pow,MATHLIBS="$MATHLIBS -lbsd")
165AC_SUBST(MATHLIBS) 167AC_SUBST(MATHLIBS)
166 168
167dnl Check if we buils local libtap 169dnl Check if we buils local libtap