configure.ac: attempt to fix build.

Original commit message from CVS:
* configure.ac:
attempt to fix build.
This commit is contained in:
Edward Hervey 2006-08-21 11:43:01 +00:00
parent bc234e3800
commit ca806c5417
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -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)