From: Justin Backman Date: Fri, 8 Apr 2016 18:24:14 +0000 (-0400) Subject: Issue compliling on RHEL/Centos 7 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e08d4a16299066103eb2032ce29979ae52c6e2;p=fping.git Issue compliling on RHEL/Centos 7 warning: compiling 'fping.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac' --- diff --git a/configure.ac b/configure.ac index 0030967..92ba30f 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,7 @@ AC_CONFIG_HEADERS([config.h]) dnl Checks for programs. AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_CPP AC_PROG_INSTALL