diff configure.ac @ 28403:b9e28b2a119b

Don't compile the VV Config plugin unless VV is actually enabled
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 22 Aug 2009 04:44:11 +0000
parents 288ec4628f63
children 4a2adf413aaa f57303baf42b 299ef6fd1a23 1ca2df744414
line wrap: on
line diff
--- a/configure.ac	Sat Aug 22 04:03:09 2009 +0000
+++ b/configure.ac	Sat Aug 22 04:44:11 2009 +0000
@@ -810,6 +810,7 @@
 		fi
 	fi
 fi
+AM_CONDITIONAL(USE_VV, test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farsight" != "xno")
 
 AC_ARG_ENABLE(idn,
 	[AC_HELP_STRING([--disable-idn], [compile without IDN support])],