From 825e3102bd993fd8bebd3b927796d177f6c74479 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 4 Apr 2004 23:31:07 +0000 Subject: [PATCH] configure.ac: fix --export-symblos-regex to a working regex. Original commit message from CVS: * configure.ac: fix --export-symblos-regex to a working regex. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9aa169d..a349ab4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-05 Benjamin Otte + + * configure.ac: + fix --export-symblos-regex to a working regex. + 2004-04-03 Tim-Philipp Müller reviewed by: David Schleef diff --git a/configure.ac b/configure.ac index 4d32d5c..b41da1c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4