From a1ddbd47d3836a5912a05439f4321db0e329fbbf Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 17 Jul 2012 10:45:37 -0400 Subject: Fix configure.ac tests/Makefile.am:20: warning: compiling 'simple.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac' http://hydra.nixos.org/build/2796463 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 63bf76a..a6c8ba6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_CONFIG_SRCDIR([src/patchelf.cc]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests]) -AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_CXX AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile patchelf.spec]) -- cgit v0.12