[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Mon Sep 27 01:52:03 UTC 2021


The branch, master has been updated
       via  745ecf28 Fix a couple variable typos.
      from  265785b7 x86-64 AVX2 assemby implemenation of get_checksum1() (#174)

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


- Log -----------------------------------------------------------------
commit 745ecf28251d8afe520a0e899b967936eb15b529
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sun Sep 26 18:50:32 2021 -0700

    Fix a couple variable typos.

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

Summary of changes:
 configure.ac | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/configure.ac b/configure.ac
index 9800c84b..74640716 100644
--- a/configure.ac
+++ b/configure.ac
@@ -255,8 +255,8 @@ __attribute__ ((target("ssse3"))) void more_testing(char* buf, int len)
 
 if test x"$enable_simd" = x""; then
     case "$host_os" in
-	*linux*) simd_enable=yes ;;
-	*) simd_enable=no ;;
+	*linux*) enable_simd=yes ;;
+	*) enable_simd=no ;;
     esac
 fi
 
@@ -320,8 +320,8 @@ AC_ARG_ENABLE(asm,
 
 if test x"$enable_asm" = x""; then
     case "$host_os" in
-	*linux*) asm_enable=yes ;;
-	*) asm_enable=no ;;
+	*linux*) enable_asm=yes ;;
+	*) enable_asm=no ;;
     esac
 fi
 


-- 
The rsync repository.



More information about the rsync-cvs mailing list