diff configure.ac @ 26493:c9b22d710a22

Bump the required Farsight2 version.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Fri, 03 Apr 2009 03:22:23 +0000
parents f5f08111da52
children 550fe37e4d91
line wrap: on
line diff
--- a/configure.ac	Fri Apr 03 03:14:38 2009 +0000
+++ b/configure.ac	Fri Apr 03 03:22:23 2009 +0000
@@ -754,7 +754,7 @@
 	[AC_HELP_STRING([--disable-farsight], [compile without farsight support])],
 	enable_farsight="$enableval", enable_farsight="yes")
 if test "x$enable_farsight" != "xno"; then
-	PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 >= 0.0.3 gstreamer-0.10 gstreamer-plugins-base-0.10 libxml-2.0], [
+	PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 >= 0.0.8 gstreamer-0.10 gstreamer-plugins-base-0.10 libxml-2.0], [
 		AC_DEFINE(USE_FARSIGHT, 1, [Use Farsight for voice and video])
 		AC_SUBST(FARSIGHT_CFLAGS)
 		AC_SUBST(FARSIGHT_LIBS)