]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add AM_PROG_CC_C_O to configure.in to check for cc -c -o support as this
authorTom Hughes <tom@compton.nu>
Fri, 29 Oct 2004 18:02:13 +0000 (18:02 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 29 Oct 2004 18:02:13 +0000 (18:02 +0000)
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

index ce7a1df5599ab6ed44316b070d20cee45e8ec68d..588f3759b1d3dfe61c1d2dcb2fc2edeea8cfb76d 100644 (file)
@@ -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