From: Ross Burton Date: Mon, 18 Nov 2013 16:25:14 +0000 (+0000) Subject: build: call AM_PROG_CC_C_O as requested by autoreconf X-Git-Tag: json-c-0.12-20140410~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89535bb;p=thirdparty%2Fjson-c.git build: call AM_PROG_CC_C_O as requested by autoreconf --- diff --git a/configure.in b/configure.in index 64f9cbe5..da50fdd9 100644 --- a/configure.in +++ b/configure.in @@ -20,6 +20,7 @@ AM_CONDITIONAL(ENABLE_OLDNAME_COMPAT, [test "x${enable_oldname_compat}" != "xno" # Checks for libraries. # Checks for header files. +AM_PROG_CC_C_O AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(json_config.h) AC_HEADER_STDC