summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-02-16 18:41:24 +0000
committerAndy Wingo <wingo@pobox.com>2002-02-16 18:41:24 +0000
commite29d6bac056cc478bb3ba927e09c3b08f8822177 (patch)
tree3fc7d852fab4919ba3e019681835f8b2d70d4cd0
parente13a187db20213cdffd4a7df594d25a41ded1a9b (diff)
downloadgstreamer-plugins-ugly-e29d6bac056cc478bb3ba927e09c3b08f8822177.tar.gz
--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
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7e7d98ba..30f1ef70 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)