Add AM_PROG_CC_C_O, thus fixing this warning:
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Tue, 16 Mar 2010 09:59:03 +0000 (09:59 +0000)
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Tue, 16 Mar 2010 09:59:03 +0000 (09:59 +0000)
tests/Makefile.am:16: compiling `test-display.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'

configure.ac

index e4651ef..0d72823 100644 (file)
@@ -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