configure.ac: redundant use of AC_MSG_RESULT()

cleaned the redundant use of AC_MSG_RESULT() in configure.ac
This commit is contained in:
Luis de Bethencourt 2011-03-22 12:59:33 +01:00 committed by Sebastian Dröge
parent 004633d06b
commit bfff921b44

View 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)