From cdb60002be244cea09d1efb94db6367a09f95859 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Sat, 11 Jul 2009 03:37:59 +0200 Subject: Add AM_PROG_CC_C_O to configure.ac This basically silences a automake error/warning. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d3e0cae..4cc0d53 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ AC_CONFIG_HEADER([config.h]) # Checks for programs. AC_PROG_CC AC_PROG_CPP +AM_PROG_CC_C_O # Checks for libraries. AC_SEARCH_LIBS([iconv_open], [iconv], AC_DEFINE(CONFIG_ICONV, 1, [use iconv])) -- cgit v1.2.3