Original commit message from CVS:
* m4/gst-glib2.m4:
Use gmodule-no-export-2.0.pc instead of gmodule-2.0.pc - we neither
want nor need --export-dynamic (which ends up making us export a bunch
of unneeded symbols)
+2006-09-28 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * m4/gst-glib2.m4:
+ Use gmodule-no-export-2.0.pc instead of gmodule-2.0.pc - we neither
+ want nor need --export-dynamic (which ends up making us export a bunch
+ of unneeded symbols)
+
2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
* gst.supp:
dnl Check for glib with everything
PKG_CHECK_MODULES(GLIB,
- glib-2.0 >= $GLIB_REQ gobject-2.0 gthread-2.0 gmodule-2.0,
+ glib-2.0 >= $GLIB_REQ gobject-2.0 gthread-2.0 gmodule-no-export-2.0,
HAVE_GLIB=yes,HAVE_GLIB=no)
if test "x$HAVE_GLIB" = "xno"; then