diff -r 3194c4c16467 -r 79e798d40577 gst-plugins-mythtv/configure.ac --- a/gst-plugins-mythtv/configure.ac Thu Sep 21 15:58:58 2006 +0100 +++ b/gst-plugins-mythtv/configure.ac Tue Sep 26 15:23:49 2006 +0100 @@ -138,14 +138,9 @@ AC_SUBST(GST_PLUGINS_DIR) AC_MSG_NOTICE(Using GStreamer Base Plugins in $GST_PLUGINS_DIR) -dnl LDFLAGS 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_ALL_LDFLAGS="-no-undefined" -AC_SUBST(GST_ALL_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_ALL_LDFLAGS $GST_PLUGINS_DIR" +GST_PLUGIN_LDFLAGS="-module -avoid-version $GST_PLUGINS_DIR" AC_SUBST(GST_PLUGIN_LDFLAGS) # check for gstreamer development files