From b95bd3ab0d8e4de57958770d17c454b19f0e9a32 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 30 Nov 2005 16:10:57 +0000 Subject: [PATCH] configure.ac (GST_PKG_DEPS): Revert previous patch, makes loading the gst.interfaces python module bork. Original commit message from CVS: 2005-11-30 Andy Wingo * configure.ac (GST_PKG_DEPS): Revert previous patch, makes loading the gst.interfaces python module bork. * configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc, available since GLib 2.2. Fixes #318031. --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d4c6509..7542022 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-11-30 Andy Wingo + + * configure.ac (GST_PKG_DEPS): Revert previous patch, makes + loading the gst.interfaces python module bork. + + * configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc, + available since GLib 2.2. Fixes #318031. + 2005-11-30 Thomas Vander Stichele * Makefile.am: diff --git a/configure.ac b/configure.ac index ac2a53b..b2086a9 100644 --- a/configure.ac +++ b/configure.ac @@ -388,7 +388,7 @@ dnl set location of plugin directory GST_SET_PLUGINDIR dnl FIXME: add LIBXML_PKG here -GST_PKG_DEPS="glib-2.0, gobject-2.0, gmodule-no-export-2.0, gthread-2.0" +GST_PKG_DEPS="glib-2.0, gobject-2.0, gmodule-2.0, gthread-2.0" AC_SUBST(GST_PKG_DEPS) dnl define an ERROR_CFLAGS Makefile variable -- 2.7.4