summaryrefslogtreecommitdiffstats
path: root/configure.ac
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
commitf194a20c0ba29568abbe1bfc53780e612de46338 (patch)
treeaf2407191ba26cc90082530686c5474e5e5301f8 /configure.ac
parent51220af1f2f0a8e89af50d05ef96d07b2b6318ca (diff)
--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
Diffstat (limited to 'configure.ac')
-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)