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 <wa...@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.

_______________________________________________
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs

Reply via email to