[vlc-commits] configure: do not print incomplete and thus confusing plugins list
Rémi Denis-Courmont
git at videolan.org
Fri Nov 11 17:11:28 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Nov 11 18:11:08 2011 +0200| [d771dd566984208355d65f49e858d8608b7c895e] | committer: Rémi Denis-Courmont
configure: do not print incomplete and thus confusing plugins list
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d771dd566984208355d65f49e858d8608b7c895e
---
configure.ac | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index b0e96a6..552e36e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4347,8 +4347,6 @@ AM_COND_IF([HAVE_DARWIN], [
dnl Generate makefiles
AC_OUTPUT
-/bin/echo -n "Enabled modules: ${PLUGINS}"
-
dnl Do we have to use make or gmake ?
USE_MAKE_OR_GMAKE=`case "${SYS}" in openbsd*) echo "gmake";; *) echo "make";; esac`
dnl Shortcut to nice compile message
More information about the vlc-commits
mailing list