Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
23914:d6bda7b63eac | 23915:9632027d3b50 |
---|---|
753 dnl ####################################################################### | 753 dnl ####################################################################### |
754 AC_ARG_ENABLE(farsight, | 754 AC_ARG_ENABLE(farsight, |
755 [AC_HELP_STRING([--disable-farsight], [compile without farsight support])], | 755 [AC_HELP_STRING([--disable-farsight], [compile without farsight support])], |
756 enable_farsight="$enableval", enable_farsight="yes") | 756 enable_farsight="$enableval", enable_farsight="yes") |
757 if test "x$enable_farsight" != "xno"; then | 757 if test "x$enable_farsight" != "xno"; then |
758 PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 gstreamer-0.10 gstreamer-plugins-base-0.10 libxml-2.0], [ | 758 PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 >= 0.0.3 gstreamer-0.10 gstreamer-plugins-base-0.10 libxml-2.0], [ |
759 AC_DEFINE(USE_FARSIGHT, 1, [Use Farsight for voice and video]) | 759 AC_DEFINE(USE_FARSIGHT, 1, [Use Farsight for voice and video]) |
760 AC_SUBST(FARSIGHT_CFLAGS) | 760 AC_SUBST(FARSIGHT_CFLAGS) |
761 AC_SUBST(FARSIGHT_LIBS) | 761 AC_SUBST(FARSIGHT_LIBS) |
762 ], [ | 762 ], [ |
763 enable_farsight="no" | 763 enable_farsight="no" |