[farsight2/master] Remove more unused stuff in the configure
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:26:45 PST 2008
---
configure.ac | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2d03afd..9642b67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,18 +123,6 @@ AC_ARG_WITH(plugins,
AC_SUBST(FS2_PLUGINS_SELECTED)
-dnl ext plug-ins; plug-ins that have external dependencies
-AG_GST_CHECK_FEATURE(EXTERNAL, [enable building of plug-ins with external deps],,
- [HAVE_EXTERNAL=yes], enabled,
- [
- AC_MSG_NOTICE(building external plug-ins)
- BUILD_EXTERNAL="yes"
- ],[
- AC_MSG_NOTICE(all plug-ins with external dependencies will not be built)
- BUILD_EXTERNAL="no"
- ])
-AM_CONDITIONAL(BUILD_EXTERNAL, test "x$BUILD_EXTERNAL" = "xyes")
-
dnl *** path for our local plugins ***
@@ -268,8 +256,6 @@ dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
AG_GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
-AG_GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ])
-AG_GST_CHECK_GST_CONTROLLER($GST_MAJORMINOR, [$GST_REQ])
AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
AG_GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GSTPB_REQ])
AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
--
1.5.6.5
More information about the farsight-commits
mailing list