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
This commit is contained in:
Holger Weiss 2007-01-29 12:13:08 +00:00
parent ab4a1d2954
commit ab24bcc097

View file

@ -29,6 +29,8 @@ gl_EARLY
AC_PROG_GCC_TRADITIONAL
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_FUNC_ERROR_AT_LINE
ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])