summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-04-04 23:00:03 +0000
committerBenjamin Otte <otte@gnome.org>2004-04-04 23:00:03 +0000
commit923ce231922a366cf9d545747cfe45149bee94d0 (patch)
tree6e790ad2c628d5d4c2cec54743ac76044266bf34 /configure.ac
parentfd1d5f943ef3b305a8017c22934faf8ae78a255d (diff)
downloadgst-plugins-bad-923ce231922a366cf9d545747cfe45149bee94d0.tar.gz
gst-plugins-bad-923ce231922a366cf9d545747cfe45149bee94d0.tar.bz2
gst-plugins-bad-923ce231922a366cf9d545747cfe45149bee94d0.zip
configure.ac: fix --export-symblos-regex to a working regex.
Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * configure.ac: fix --export-symblos-regex to a working regex.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fb95e7dd..d3b3b3b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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