From: Andy Wingo Date: Sat, 16 Feb 2002 18:41:24 +0000 (+0000) Subject: --enable-plugin-builddir means nothing to the plugins themselves, just the tools X-Git-Tag: 1.19.3~511^2~16133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87189cfcd94d83121290e1507f04ef87612783c3;p=platform%2Fupstream%2Fgstreamer.git --enable-plugin-builddir means nothing to the plugins themselves, just the tools Original commit message from CVS: --enable-plugin-builddir means nothing to the plugins themselves, just the tools --- diff --git a/configure.ac b/configure.ac index 7e7d98b..30f1ef7 100644 --- a/configure.ac +++ b/configure.ac @@ -690,7 +690,6 @@ AM_CONDITIONAL(BUILD_PLUGIN_DOCS, test "x$BUILD_PLUGIN_DOCS" = "xyes") AM_CONDITIONAL(HAVE_FIG2DEV_PNG, $HAVE_FIG2DEV_PNG) AM_CONDITIONAL(HAVE_FIG2DEV_PDF, $HAVE_FIG2DEV_PDF) AM_CONDITIONAL(HAVE_RAW1394, test "x$HAVE_RAW1394" = "xyes") -AM_CONDITIONAL(PLUGINS_USE_BUILDDIR, test "x$PLUGINS_USE_BUILDDIR" = "xyes") GST_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/gst-libs -Wall" AC_SUBST(GST_LIBS)