mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
configure.ac: Whoops, typo error :)
Original commit message from CVS: * configure.ac: Whoops, typo error :)
This commit is contained in:
parent
ca806c5417
commit
721bbf37c4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-08-21 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
Whoops, typo error :)
|
||||
|
||||
2006-08-21 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -215,7 +215,7 @@ if test "x$HAVE_PYGOBJECT" = "xno"; then
|
|||
dnl check for pygtk
|
||||
PKG_CHECK_MODULES(PYGTK, pygtk-2.0 >= $PYGTK_REQ)
|
||||
AC_SUBST(PYGTK_CFLAGS)
|
||||
PYGOBJET_CFLAGS="\$(PYGTK_CFLAGS)"
|
||||
PYGOBJECT_CFLAGS="\$(PYGTK_CFLAGS)"
|
||||
fi
|
||||
AC_SUBST(PYGOBJECT_CFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue