From: Bart Van Assche Date: Tue, 18 Mar 2008 17:53:09 +0000 (+0000) Subject: Enabled AM_PROG_CC_C_O. According to the automake manual, specifying this flag is... X-Git-Tag: svn/VALGRIND_3_4_0~837 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac07f437d4f0394dfca05fd29f7a84a9f2475e16;p=thirdparty%2Fvalgrind.git Enabled AM_PROG_CC_C_O. According to the automake manual, specifying this flag is required when using per-target flags. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7736 --- diff --git a/configure.in b/configure.in index 811148b607..6ed26fa7d2 100644 --- a/configure.in +++ b/configure.in @@ -55,7 +55,7 @@ CFLAGS="-Wno-long-long" AC_PROG_LN_S AC_PROG_CC -##AM_PROG_CC_C_O +AM_PROG_CC_C_O AC_PROG_CPP AC_PROG_CXX AC_PROG_RANLIB