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 ad578040f02653c1c3ffd5ee28ac1ca9371fcc8d..5ae77284cc8743fa07047538ee61869cc173c355 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)