summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHolger Weiss <hweiss@users.sourceforge.net>2007-01-29 12:13:08 (GMT)
committerHolger Weiss <hweiss@users.sourceforge.net>2007-01-29 12:13:08 (GMT)
commitab24bcc0974057bb0960f5778c34ab397957bb4f (patch)
tree42a6de76664cd917f61e6d01f7a37570b6d47c33 /configure.in
parentab4a1d29540ed5da263fad5f2566976c522c9515 (diff)
downloadmonitoring-plugins-ab24bcc0974057bb0960f5778c34ab397957bb4f.tar.gz
Automake 1.10 says: "compiling `test_disk.c' with per-target flags
requires `AM_PROG_CC_C_O' in `configure.in'". git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1593 f882894a-f735-0410-b71e-b25c423dba1c
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 73809f6..f540671 100644
--- a/configure.in
+++ b/configure.in
@@ -29,6 +29,8 @@ gl_EARLY
29AC_PROG_GCC_TRADITIONAL 29AC_PROG_GCC_TRADITIONAL
30AC_PROG_LIBTOOL 30AC_PROG_LIBTOOL
31 31
32AM_PROG_CC_C_O
33
32AC_FUNC_ERROR_AT_LINE 34AC_FUNC_ERROR_AT_LINE
33 35
34ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) 36ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])