Issue compliling on RHEL/Centos 7

warning: compiling 'fping.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac'
pull/95/head
Justin Backman 9 years ago
parent 18df5bc539
commit f2e08d4a16

@ -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

Loading…
Cancel
Save