]> git.sesse.net Git - vlc/commitdiff
Remove trailing spaces from compiler string
authorChristoph Miebach <christoph.miebach@web.de>
Thu, 28 Jun 2012 22:43:13 +0000 (00:43 +0200)
committerRafaël Carré <funman@videolan.org>
Sat, 30 Jun 2012 08:00:40 +0000 (10:00 +0200)
Signed-off-by: Rafaël Carré <funman@videolan.org>
configure.ac

index da7a386d3521a31e20180a7dfe6814f409fa6fdf..3fecbaf623547b09cedf9af0155a35d1f35ae6ef 100644 (file)
@@ -4128,9 +4128,9 @@ AC_SUBST(VERSION_MINOR)
 AC_SUBST(VERSION_REVISION)
 AC_SUBST(VERSION_EXTRA)
 AC_SUBST(COPYRIGHT_YEARS)
-AC_DEFINE_UNQUOTED(VLC_COMPILE_BY, "`whoami|sed -e's/\\\/\\\\\\\/g'`", [user who ran configure])
+AC_DEFINE_UNQUOTED(VLC_COMPILE_BY, "`whoami|sed -e 's/\\\/\\\\\\\/g'`", [user who ran configure])
 AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "`hostname -f 2>/dev/null || hostname`", [host which ran configure])
-AC_DEFINE_UNQUOTED(VLC_COMPILER, "`$CC -v 2>&1 | tail -n 1`", [compiler])
+AC_DEFINE_UNQUOTED(VLC_COMPILER, "`$CC -v 2>&1 | tail -n 1 | sed -e 's/ *$//'`", [compiler])
 dnl
 dnl  Handle substvars that use $(top_srcdir)
 dnl