diff options
author | Andy Wingo <wingo@pobox.com> | 2002-02-16 18:41:24 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-02-16 18:41:24 +0000 |
commit | 9a40de21d537dbadd158161ae7add3fb572644fa (patch) | |
tree | cb78a95866c115f557289c4c8168e00beb4f61e5 /configure.ac | |
parent | 41871aa330660894ede1f879f96bcb7214685ea3 (diff) | |
download | gstreamer-plugins-bad-9a40de21d537dbadd158161ae7add3fb572644fa.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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7e7d98ba0..30f1ef706 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) |