m4/gst-glib2.m4: Use gmodule-no-export-2.0.pc instead of gmodule-2.0.pc - we neither...
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 28 Sep 2006 11:06:08 +0000 (11:06 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 28 Sep 2006 11:06:08 +0000 (11:06 +0000)
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)

ChangeLog
m4/gst-glib2.m4

index 9e2d547..46a7943 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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:
index 77eb526..97616e4 100644 (file)
@@ -14,7 +14,7 @@ AC_DEFUN([GST_GLIB_CHECK],
 
   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