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
This commit is contained in:
Eelco Dolstra
2012-07-17 10:45:37 -04:00
parent 00b2fa4f77
commit a1ddbd47d3

View File

@@ -3,7 +3,7 @@ AC_CONFIG_SRCDIR([src/patchelf.cc])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests]) AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
AC_PROG_CC AM_PROG_CC_C_O
AC_PROG_CXX AC_PROG_CXX
AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile patchelf.spec]) AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile patchelf.spec])