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'
This commit is contained in:
gb 2010-03-16 09:59:03 +00:00
parent f15f5f6e98
commit a681898ce0

View 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