/pidgin/main: 221a82d46032: Remove spurious 'yes' in configure s...
Michael McConville <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 221a82d460321b8e2bbb9e2edbae9dccc7890c76 Author: Michael McConville <[email protected]> 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 ####################################################################### _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits