summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a32b298)
raw | patch | inline | side by side (parent: a32b298)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Wed, 16 Oct 2002 22:17:00 +0000 (22:17 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Wed, 16 Oct 2002 22:17:00 +0000 (22:17 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@132 f882894a-f735-0410-b71e-b25c423dba1c
acinclude.m4 | patch | blob | history | |
configure.in | patch | blob | history |
diff --git a/acinclude.m4 b/acinclude.m4
index 8f082340d2a1f8280683b767a62a6a1fc1ce9100..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
--- a/acinclude.m4
+++ b/acinclude.m4
-ifdef(AC_FUNC_STRTOD,,`define([AC_FUNC_STRTOD],[AM_FUNC_STRTOD]'))
\ No newline at end of file
diff --git a/configure.in b/configure.in
index 3f77336499afcfbbc11067e140dc9eb10a2efcda..19339dc672c38025ac6e4154f2082970d4e31a5e 100644 (file)
--- a/configure.in
+++ b/configure.in
AC_PROG_AWK
AC_FUNC_GETLOADAVG(plugins)
-AC_FUNC_STRTOD
+ifdef(AC_FUNC_STRTOD,AC_FUNC_STRTOD,AM_FUNC_STRTOD)
dnl AM_WITH_REGEX
AC_PROG_RANLIB