]> git.sesse.net Git - vlc/commitdiff
configure: do not print incomplete and thus confusing plugins list
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 11 Nov 2011 16:11:08 +0000 (18:11 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 11 Nov 2011 16:11:08 +0000 (18:11 +0200)
configure.ac

index b0e96a664ec1c2baa9d4d35a9e85a25d347b7df9..552e36eff779fd5d0742597743774a971c28295e 100644 (file)
@@ -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