From 5c238326903f6590f788488d0640216d989bf7c9 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 10 Dec 2014 18:09:09 +0100 Subject: [PATCH] build: support automake-1.14.1 and previous Change-Id: I557f5aef69580f3f7ce2faa64d956ad2770f30fa Signed-off-by: Philippe Coval --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 20be125..2af1b36 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_INSTALL # FIXME: Replace `main' with a function in `-lrt': -- 2.7.4