From 923ce231922a366cf9d545747cfe45149bee94d0 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 4 Apr 2004 23:00:03 +0000 Subject: configure.ac: fix --export-symblos-regex to a working regex. Original commit message from CVS: reviewed by Benjamin Otte * configure.ac: fix --export-symblos-regex to a working regex. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.1