configure.ac: export plugin description more platform independent
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 28 Feb 2011 18:58:41 +0000 (19:58 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 28 Feb 2011 18:58:41 +0000 (19:58 +0100)
Fixes #642504.

configure.ac

index 6b4bf57..1901d02 100644 (file)
@@ -1701,7 +1701,7 @@ AC_SUBST(GST_LIB_LDFLAGS)
 
 dnl this really should only contain flags, not libs - they get added before
 dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
-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 *** output files ***