mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
Innocuous little change to fix a warning with newer versions of automake - shouldn't cause any backwards compatibilit...
Original commit message from CVS: Innocuous little change to fix a warning with newer versions of automake - shouldn't cause any backwards compatibility problems.
This commit is contained in:
parent
25457e2e39
commit
954663456a
1 changed files with 1 additions and 1 deletions
|
@ -41,8 +41,8 @@ AC_SUBST(GSTREAMER_LIBVERSION)
|
|||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AC_ISC_POSIX
|
||||
AC_PROG_CC
|
||||
AC_ISC_POSIX
|
||||
AC_STDC_HEADERS
|
||||
AC_ARG_PROGRAM
|
||||
|
||||
|
|
Loading…
Reference in a new issue