<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- configure	2022-07-25 20:56:27.000000000 +0800
+++ configure	2023-08-26 17:32:28.000000000 +0800
@@ -2874,30 +2874,6 @@
 
 else $as_nop
 
-    case "$host_os_name" in #(
-  darwin*) :
-
-        if test "$host_os_version" -ge 200 -a x$enable_debug != xyes
-then :
-
-            # macOS 11.0 and higher support the Apple Silicon (arm64) CPUs
-	    ARCHFLAGS="-mmacosx-version-min=10.14 -arch x86_64 -arch arm64"
-
-elif test x$enable_debug != xyes
-then :
-
-	    ARCHFLAGS="-mmacosx-version-min=10.14 -arch x86_64"
-
-fi
-     ;; #(
-  *) :
-
-	ARCHFLAGS=""
-     ;; #(
-  *) :
-     ;;
-esac
-
 fi
 
 
</pre></body></html>