mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
configure.ac: attempt to fix build.
Original commit message from CVS: * configure.ac: attempt to fix build.
This commit is contained in:
parent
bc234e3800
commit
ca806c5417
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-08-21 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
attempt to fix build.
|
||||
|
||||
2006-08-21 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -214,6 +214,7 @@ if test "x$HAVE_PYGOBJECT" = "xno"; then
|
|||
dnl If we don't have pygobject, then check for pygtk
|
||||
dnl check for pygtk
|
||||
PKG_CHECK_MODULES(PYGTK, pygtk-2.0 >= $PYGTK_REQ)
|
||||
AC_SUBST(PYGTK_CFLAGS)
|
||||
PYGOBJET_CFLAGS="\$(PYGTK_CFLAGS)"
|
||||
fi
|
||||
AC_SUBST(PYGOBJECT_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue