summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-17 14:45:37 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-17 14:45:37 (GMT)
commita1ddbd47d3836a5912a05439f4321db0e329fbbf (patch)
treee1b1516f79c4f7ef022043219d9273e827bfa536 /configure.ac
parent00b2fa4f77b5ecbe7d46a23e45d218565587c3f0 (diff)
downloadpatchelf-a1ddbd47d3836a5912a05439f4321db0e329fbbf.zip
patchelf-a1ddbd47d3836a5912a05439f4321db0e329fbbf.tar.gz
patchelf-a1ddbd47d3836a5912a05439f4321db0e329fbbf.tar.bz2
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])