[vlc-commits] remove obsolete messages in configure.ac

Rafaël Carré git at videolan.org
Fri Jun 24 03:07:59 CEST 2011


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Thu Jun 23 20:52:18 2011 -0400| [4b13b1d659a481af41b905324852d190440817e1] | committer: Rafaël Carré

remove obsolete messages in configure.ac

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4b13b1d659a481af41b905324852d190440817e1
---

 configure.ac |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index 09dd56c..be62398 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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'."



More information about the vlc-commits mailing list