[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Thu Jun 18 20:47:38 UTC 2020


The branch, master has been updated
       via  2921779c Fix clang check.
      from  cbed522e Get rid of useless -e with sed.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2921779c1f9f85e20bf75f7c3f5f8b6c48549701
Author: Wayne Davison <wayne at opencoder.net>
Date:   Thu Jun 18 13:46:01 2020 -0700

    Fix clang check.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/configure.ac b/configure.ac
index 060efef7..a590af44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -212,7 +212,7 @@ if test x"$enable_simd" = x"yes"; then
 		    CXX_OK=yes
 		fi
 		;;
-	    clang*)
+	    *clang*)
 		# $CXX -dumpversion would have been ideal, but is broken on older clang
 		CXX_VERSION=`echo "$CXX_VERSION" | sed 's/.*version //g' | sed 's/\..*//g'`
 		if test "$CXX_VERSION" -ge "7"; then


-- 
The rsync repository.



More information about the rsync-cvs mailing list