summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 004633d)
raw | patch | inline | side by side (parent: 004633d)
author | Luis de Bethencourt <luis@debethencourt.com> | |
Tue, 22 Mar 2011 11:59:33 +0000 (12:59 +0100) | ||
committer | Sebastian 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 | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index ad578040f02653c1c3ffd5ee28ac1ca9371fcc8d..5ae77284cc8743fa07047538ee61869cc173c355 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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)