From f437f6d8387bf50864c4e747cb3a636c44781fa9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 29 Oct 2004 18:02:13 +0000 Subject: [PATCH] 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 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index ce7a1df55..588f3759b 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