gst-plugins-base: configure.ac: redundant use of AC_MSG_RESULT()

Sebastian Dröge slomo at kemper.freedesktop.org
Tue Mar 22 05:35:38 PDT 2011


Module: gst-plugins-base
Branch: master
Commit: b41cca7f40bf6eac470d516c57d39fa2a5c65845
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=b41cca7f40bf6eac470d516c57d39fa2a5c65845

Author: Luis de Bethencourt <luis at debethencourt.com>
Date:   Tue Mar 22 12:44:49 2011 +0100

configure.ac: redundant use of AC_MSG_RESULT()

cleaned the redundant use of AC_MSG_RESULT() in configure.ac

---

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

diff --git a/configure.ac b/configure.ac
index c8d8597..b91b4f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -731,7 +731,6 @@ AG_GST_CHECK_FEATURE(GIO, [GIO library], gio, [
            [The GIO library directory.])
   ], [
     HAVE_GIO="no"
-    AC_MSG_RESULT(no)
   ])
   AC_SUBST(GIO_CFLAGS)
   AC_SUBST(GIO_LIBS)



More information about the gstreamer-commits mailing list