From: Edward Hervey Date: Mon, 21 Aug 2006 11:43:01 +0000 (+0000) Subject: configure.ac: attempt to fix build. X-Git-Tag: 1.19.3~485^2~767 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca806c5417aa603f8688c2f772fbb3684d261fec;p=platform%2Fupstream%2Fgstreamer.git configure.ac: attempt to fix build. Original commit message from CVS: * configure.ac: attempt to fix build. --- diff --git a/ChangeLog b/ChangeLog index f257cee..66c2a56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2006-08-21 Edward Hervey * configure.ac: + attempt to fix build. + +2006-08-21 Edward Hervey + + * configure.ac: If pygobject is available, only build with it, else try to find pygtk to stay compatible with older version. * gst/Makefile.am: diff --git a/configure.ac b/configure.ac index ee03c1e..ce12fad 100644 --- a/configure.ac +++ b/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)