mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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:
parent
f15f5f6e98
commit
a681898ce0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue