From: Tom Hughes Date: Fri, 29 Oct 2004 18:02:13 +0000 (+0000) Subject: Add AM_PROG_CC_C_O to configure.in to check for cc -c -o support as this X-Git-Tag: svn/VALGRIND_3_0_0~1428 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f437f6d8387bf50864c4e747cb3a636c44781fa9;p=thirdparty%2Fvalgrind.git Add AM_PROG_CC_C_O to configure.in to check for cc -c -o support as this is needed for some of the constructs we now use in the Makefile's. BUG: 92331 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2876 --- diff --git a/configure.in b/configure.in index ce7a1df559..588f3759b1 100644 --- a/configure.in +++ b/configure.in @@ -11,6 +11,7 @@ CFLAGS="" AC_PROG_LN_S AC_PROG_CC +AC_PROG_CC_C_O AC_PROG_CPP AC_PROG_CXX AC_PROG_RANLIB