From 2ffcf3dfb897412531270496084d861cd7c8634d Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Mon, 15 Sep 2014 15:30:34 +0300 Subject: [PATCH] Support newer autoconf versions correctly Signed-off-by: Philippe De Swert --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index e20d2b2..d0728a7 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,8 @@ AC_PROG_LIBTOOL AC_C_CONST AC_HEADER_STDC +AM_PROG_CC_C_O + test_gcc_flag() { # AC_LANG_CONFTEST([int main() {}]) $CC -c conftest.c $CFLAGS $@ > /dev/null 2> /dev/null