/pidgin/main: 221a82d46032: Remove spurious 'yes' in configure s...

Michael McConville mmcconville at mykolab.com
Mon Aug 10 17:21:59 EDT 2015


Changeset: 221a82d460321b8e2bbb9e2edbae9dccc7890c76
Author:	 Michael McConville <mmcconville at mykolab.com>
Date:	 2015-08-10 17:21 -0400
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/221a82d46032

Description:

Remove spurious 'yes' in configure script.

diffstat:

 configure.ac |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -1186,14 +1186,12 @@ dnl ####################################
 dnl # Check for Raw data streams support in Farstream 
 dnl #######################################################################
 if test "x$enable_vv" != "xno" -a "x$with_gstreamer" == "x1.0"; then
-	AC_MSG_CHECKING(for raw data support in Farstream)
 	PKG_CHECK_MODULES(GSTAPP, [gstreamer-app-1.0], [
 		AC_DEFINE(USE_GSTAPP, 1, [Use GStreamer Video Overlay support])
 		AC_SUBST(GSTAPP_CFLAGS)
 		AC_SUBST(GSTAPP_LIBS)
 		AC_DEFINE(HAVE_MEDIA_APPLICATION, 1, [Define if we have support for application media type.])
-		AC_MSG_RESULT(yes)
-		], [AC_MSG_RESULT(no)])
+		] , )
 fi
 
 dnl #######################################################################



More information about the Commits mailing list