changeset 23802:5f4807116f8c

Require gstreamer-plugins-base-0.10 for compiling with voice and video support. Also removed duplicate results on failures of checking for Farsight and GStreamer-properties.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Tue, 27 May 2008 04:30:36 +0000
parents 43b3b9ff6028
children 3f835618356a e17dbd941380
files configure.ac
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue May 27 02:24:03 2008 +0000
+++ b/configure.ac	Tue May 27 04:30:36 2008 +0000
@@ -728,12 +728,11 @@
 	[AC_HELP_STRING([--disable-vv], [compile without voice and video support])],
 	enable_farsight="$enableval", enable_farsight="yes")
 if test "x$enable_farsight" != "xno"; then
-	PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10], [
+	PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 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)
 	], [
-		AC_MSG_RESULT(no)
 		enable_farsight="no"
 	])
 fi
@@ -755,7 +754,6 @@
   		AC_SUBST(GSTPROPS_LIBS)
   		AC_SUBST(GSTPROPS_CFLAGS)
   ], [
-		AC_MSG_RESULT(no)
 		enable_gstprops="no"
   ])
 fi