[Scummvm-cvs-logs] scummvm master -> 9ddd6b9f00efbd73dc07f5543b4e2faf5bddf57a

wjp wjp at usecode.org
Thu Dec 24 00:02:22 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9ddd6b9f00 CONFIGURE: Make RE more portable


Commit: 9ddd6b9f00efbd73dc07f5543b4e2faf5bddf57a
    https://github.com/scummvm/scummvm/commit/9ddd6b9f00efbd73dc07f5543b4e2faf5bddf57a
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2015-12-24T00:01:36+01:00

Commit Message:
CONFIGURE: Make RE more portable

Thanks criezy.

Changed paths:
    configure



diff --git a/configure b/configure
index 16823f5..34ffa2f 100755
--- a/configure
+++ b/configure
@@ -1728,7 +1728,7 @@ if test "$have_gcc" = yes; then
 		# For the version reported in the configure log (cxx_version),
 		# we get the actual clang version.
 		cxx_version=`gcc_get_define __clang_version__`
-		cxx_version="`echo "${cxx_version}" | sed -e 's/"\([^ ]\+\) .*/\1/'`"
+		cxx_version="`echo "${cxx_version}" | sed -e 's/"\([^ ]*\) .*/\1/'`"
 		cxx_version="clang $cxx_version, ok"
 	elif test "$_cxx_major" -eq 2 && test "$_cxx_minor" -ge 95 || \
 	   test "$_cxx_major" -gt 2 ; then






More information about the Scummvm-git-logs mailing list