Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-03-07 11:23:33 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-03-07 11:23:33 (GMT)
commit820c993ac3fdc43b63e23048db8ba62bdee1a329 (patch)
treeed06aaa032fa2462e1cd9991002fc4cde8912e1a
parent3092439a872834ebdf33fc65e0c19fb77d9688ba (diff)
Fix type
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 586978d..a16dc52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,7 +129,7 @@ GST_ALL_LDFLAGS="-no-undefined"
AC_SUBST(GST_ALL_LDFLAGS)
dnl set proper LDFLAGS for plugins
-GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*\(gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
+GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^_*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl check espeak dependencies