diff configure.ac @ 23915:9632027d3b50

Update to Farsight2 0.0.3.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 27 Aug 2008 00:08:38 +0000
parents e22bcca9f2b2
children f89bdd34c9f1
line wrap: on
line diff
--- a/configure.ac	Thu Aug 21 02:41:21 2008 +0000
+++ b/configure.ac	Wed Aug 27 00:08:38 2008 +0000
@@ -755,7 +755,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 gstreamer-0.10 gstreamer-plugins-base-0.10 libxml-2.0], [
+	PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 >= 0.0.3 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)