From 08daffdebe472ebe5536fecb4364c4c5b920cd0d Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Tue, 22 Mar 2011 12:53:22 +0100 Subject: [PATCH] configure.ac: redundant uses of AC_MSG_RESULT() cleaned the redundant uses of AC_MSG_RESULT() in configure.ac --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index bd6cbb0..4296ff4 100644 --- a/configure.ac +++ b/configure.ac @@ -927,7 +927,6 @@ AG_GST_CHECK_FEATURE(SOUP, [soup http client plugin (2.4)], souphttpsrc, [ ],[ PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.26, HAVE_SOUP="yes", [ HAVE_SOUP="no" - AC_MSG_RESULT(no) ]) ]) AC_SUBST(SOUP_CFLAGS) @@ -1004,7 +1003,6 @@ AG_GST_CHECK_FEATURE(WAVPACK, [wavpack plug-in], wavpack, [ AC_DEFINE(WAVPACK_OLD_API, 1, [old wavpack API]) ],[ HAVE_WAVPACK=no - AC_MSG_RESULT(no) ]) ]) AC_SUBST(WAVPACK_CFLAGS) -- 2.7.4