From d829be7a3b08a56987fe9b4b40178828011a22dd Mon Sep 17 00:00:00 2001 From: James Osborn Date: Tue, 16 Sep 2014 19:41:18 -0500 Subject: [PATCH] added AM_PROG_CC_C_O to keep older automake's happy --- configure | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index 58df1ac..d22108a 100755 --- a/configure +++ b/configure @@ -3620,6 +3620,7 @@ fi + # Check whether --with-qmp-comms-type was given. if test "${with_qmp_comms_type+set}" = set; then : withval=$with_qmp_comms_type; case "${with_qmp_comms_type}" in diff --git a/configure.ac b/configure.ac index e92bfc5..78f5cad 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ AC_PROG_CC(c99 cc gcc) AC_ISC_POSIX AC_PROG_RANLIB AC_CHECK_TOOL(AR, ar, [ar]) +AM_PROG_CC_C_O dnl George Fleming, 12/12/2002 dnl