mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
remove redundant AC_SUBST
Original commit message from CVS: remove redundant AC_SUBST
This commit is contained in:
parent
46bad57088
commit
50ca154fbc
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ PKG_CHECK_MODULES(PYGTK, pygtk-2.0 >= $PYGTK_REQ)
|
|||
AC_SUBST(PYGTK_CFLAGS)
|
||||
|
||||
PKG_CHECK_MODULES(PYGTK, pygtk-2.0 >= 2.3.92, ,HAVE_OLD_PYGTK="yes")
|
||||
AC_SUBST(PYGTK_CFLAGS)
|
||||
if test "x$HAVE_OLD_PYGTK" = "xyes"; then
|
||||
AC_DEFINE_UNQUOTED(HAVE_OLD_PYGTK, 1, [Defined if we have an old version of PyGTK])
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue