From a681898ce0d41da989a18e014aa7b1c45147b5a7 Mon Sep 17 00:00:00 2001 From: gb Date: Tue, 16 Mar 2010 09:59:03 +0000 Subject: [PATCH] Add AM_PROG_CC_C_O, thus fixing this warning: tests/Makefile.am:16: compiling `test-display.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e4651ef..0d72823 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,7 @@ AC_SUBST(GST_MAJORMINOR) dnl Check for tools AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_LIBTOOL dnl Check for GLib -- 2.7.4