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. --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8d7b02b7..0ccd6ee0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-04-05 Julio M. Merino Vidal + + reviewed by Benjamin Otte + + * configure.ac: + fix --export-symblos-regex to a working regex. + 2004-04-04 Benjamin Otte * sys/oss/.cvsignore: 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