configure.ac: attempt to fix build.
authorEdward Hervey <bilboed@bilboed.com>
Mon, 21 Aug 2006 11:43:01 +0000 (11:43 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 21 Aug 2006 11:43:01 +0000 (11:43 +0000)
Original commit message from CVS:
* configure.ac:
attempt to fix build.

ChangeLog
configure.ac

index f257cee..66c2a56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2006-08-21  Edward Hervey  <edward@fluendo.com>
 
        * configure.ac:
+       attempt to fix build.
+
+2006-08-21  Edward Hervey  <edward@fluendo.com>
+
+       * configure.ac:
        If pygobject is available, only build with it, else try to find pygtk
        to stay compatible with older version.
        * gst/Makefile.am:
index ee03c1e..ce12fad 100644 (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)