configure.ac: Don't check for libgnomeui (leftover from old examples that aren't built or disted any longer) (#334303).

Original commit message from CVS:
Patch by: Julio M. Merino Vidal <jmmv at netbsd org>
* configure.ac:
Don't check for libgnomeui (leftover from old examples
that aren't built or disted any longer) (#334303).
This commit is contained in:
Julio M. Merino Vidal 2006-03-12 14:32:37 +00:00 committed by Tim-Philipp Müller
parent 22482e1bbd
commit a93efc69ba
2 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,11 @@
2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Julio M. Merino Vidal <jmmv at netbsd org>
* configure.ac:
Don't check for libgnomeui (leftover from old examples
that aren't built or disted any longer) (#334303).
2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
* plugins/elements/gstfdsink.c: (gst_fd_sink_render):

View file

@ -472,14 +472,6 @@ dnl LDFLAGS for plugins; includes GST_ALL_LDFLAGS
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
AC_SUBST(GST_PLUGIN_LDFLAGS, "$GST_PLUGIN_LDFLAGS")
dnl ##################################################
dnl # deps for examples from manual #
dnl ##################################################
PKG_CHECK_MODULES(LIBGNOMEUI, libgnomeui-2.0,
HAVE_LIBGNOMEUI="yes", HAVE_LIBGNOMEUI="no")
AM_CONDITIONAL(HAVE_LIBGNOMEUI, test "x$HAVE_LIBGNOMEUI" = "xyes")
AC_CONFIG_FILES(
Makefile
gst/Makefile