configure.ac: fix --export-symblos-regex to a working regex.
authorBenjamin Otte <otte@gnome.org>
Sun, 4 Apr 2004 23:00:03 +0000 (23:00 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 4 Apr 2004 23:00:03 +0000 (23:00 +0000)
Original commit message from CVS:
reviewed by Benjamin Otte  <otte@gnome.org>
* configure.ac:
fix --export-symblos-regex to a working regex.

ChangeLog
configure.ac

index 8d7b02b..0ccd6ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
+
+       reviewed by Benjamin Otte  <otte@gnome.org>
+
+       * configure.ac:
+         fix --export-symblos-regex to a working regex.
+
 2004-04-04  Benjamin Otte  <otte@gnome.org>
 
        * sys/oss/.cvsignore:
index fb95e7d..d3b3b3b 100644 (file)
@@ -328,7 +328,7 @@ dnl ===========================================================================
 plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
 AC_SUBST(plugindir)
 
-GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex [_]*{gst_,Gst,GST_}.*'
+GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex [_]*\(gst_\|Gst\|GST_\).*'
 AC_SUBST(GST_PLUGIN_LDFLAGS)
 
 dnl these are all the gst plug-ins, compilable without additional libs