]> git.sesse.net Git - vlc/commitdiff
remove obsolete messages in configure.ac
authorRafaël Carré <rafael.carre@gmail.com>
Fri, 24 Jun 2011 00:52:18 +0000 (20:52 -0400)
committerRafaël Carré <rafael.carre@gmail.com>
Fri, 24 Jun 2011 00:54:39 +0000 (20:54 -0400)
configure.ac

index 09dd56cb0a813488ba589e402e71879cbd93e6c7..be62398249df2e5362047bdb68a4cc6af85d77c1 100644 (file)
@@ -4488,16 +4488,6 @@ echo "vlc aliases           :${ALIASES}"
 else
 echo "build vlc executable  : no"
 fi
-echo "plugins/bindings      :${PLUGINS_BINDINGS}
-
+echo "
 You can tune the compiler flags in vlc-config.
-To build vlc and its plugins, type \`./compile' or \`$USE_MAKE_OR_GMAKE'.
-"
-if test "x$ac_ld_does_not_support_text_reloc" = "xyes"; then
-   echo ""
-   echo "Warning: Due to a bug in ld, mmx/sse support has been"
-   echo "         turned off."
-   echo "         FFmpeg will be REALLY slow."
-   echo "         VLC WILL NOT PERFORM AS EXPECTED."
-   echo ""
-fi
+To build vlc and its plugins, type \`./compile' or \`$USE_MAKE_OR_GMAKE'."