configure.ac: redundant use of AC_MSG_RESULT()
authorLuis de Bethencourt <luis@debethencourt.com>
Tue, 22 Mar 2011 11:59:33 +0000 (12:59 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 22 Mar 2011 12:37:41 +0000 (13:37 +0100)
cleaned the redundant use of AC_MSG_RESULT() in configure.ac

configure.ac

index ad57804..5ae7728 100644 (file)
@@ -365,7 +365,6 @@ AG_GST_CHECK_FEATURE(TWOLAME, [twolame], twolame, [
   PKG_CHECK_MODULES(TWOLAME, twolame >= 0.3.10, [
       HAVE_TWOLAME="yes"], [
       HAVE_TWOLAME="no"
-      AC_MSG_RESULT(no)
   ])
   AC_SUBST(TWOLAME_CFLAGS)
   AC_SUBST(TWOLAME_LIBS)