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

ChangeLog
configure.ac

index 9aa169d..a349ab4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-05  Benjamin Otte  <otte@gnome.org>
+
+       * configure.ac:
+         fix --export-symblos-regex to a working regex.
+
 2004-04-03  Tim-Philipp Müller <t.i.m@zen.co.uk>
 
        reviewed by: David Schleef  <ds@schleef.org>
index 4d32d5c..b41da1c 100644 (file)
@@ -73,7 +73,7 @@ dnl ============================= gst plug-ins ================================
 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 Determine CPU