Bump required Farsight2 version to 0.0.9.

Wed, 08 Apr 2009 22:36:53 +0000

author
Michael Ruprecht <maiku@pidgin.im>
date
Wed, 08 Apr 2009 22:36:53 +0000
changeset 26729
025bda1bc32f
parent 26728
e6d5b2333b1d
child 26737
a7cae91283c4

Bump required Farsight2 version to 0.0.9.

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Wed Apr 08 21:48:22 2009 +0000
+++ b/configure.ac	Wed Apr 08 22:36:53 2009 +0000
@@ -774,7 +774,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.8], [
+	PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 >= 0.0.9], [
 		AC_DEFINE(USE_FARSIGHT, 1, [Use Farsight for voice and video])
 		AC_SUBST(FARSIGHT_CFLAGS)
 		AC_SUBST(FARSIGHT_LIBS)

mercurial