gst-plugins-good: configure.ac: redundant uses of AC_MSG_RESULT()
Sebastian Dröge
slomo at kemper.freedesktop.org
Tue Mar 22 05:36:25 PDT 2011
Module: gst-plugins-good
Branch: master
Commit: 08daffdebe472ebe5536fecb4364c4c5b920cd0d
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=08daffdebe472ebe5536fecb4364c4c5b920cd0d
Author: Luis de Bethencourt <luis at debethencourt.com>
Date: Tue Mar 22 12:53:22 2011 +0100
configure.ac: redundant uses of AC_MSG_RESULT()
cleaned the redundant uses of AC_MSG_RESULT() in configure.ac
---
configure.ac | 2 --
1 files changed, 0 insertions(+), 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)
More information about the gstreamer-commits
mailing list