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
This commit is contained in:
Tom Hughes
2004-10-29 18:02:13 +00:00
parent 0754912b3c
commit f437f6d838

View 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