summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2023-02-16 00:07:33 +0800
committerWANG Xuerui <git@xen0n.name>2023-02-16 00:08:19 +0800
commit613b29b8a92b6131b5c19766701ed15fb4c15930 (patch)
tree4e398ae33dfc1d4b9c876ca9552e71416c107404
parent0256a4238fee1522c6aa65fa493b854945e7a182 (diff)
downloadautoconf-archive-613b29b8a92b6131b5c19766701ed15fb4c15930.tar.gz
ax_ms_cpprest: add loongarch64 to list of lib64 arches
-rw-r--r--m4/ax_ms_cpprest.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_ms_cpprest.m4 b/m4/ax_ms_cpprest.m4
index ca66d93..57e21dd 100644
--- a/m4/ax_ms_cpprest.m4
+++ b/m4/ax_ms_cpprest.m4
@@ -35,7 +35,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 1
+#serial 2
dnl This supporting method tests for the correct Microsoft C++ Rest SDK
dnl version by comparing the converted version string value as received
@@ -141,7 +141,7 @@ AC_DEFUN([_AX_MS_CPPREST_RUNDETECT], [
AS_CASE([${host_cpu}],
[x86_64],[libsubdirs="lib64 libx32 lib lib64"],
[mips*64*],[libsubdirs="lib64 lib32 lib lib64"],
- [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64|e2k],[libsubdirs="lib64 lib lib64"],
+ [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64|e2k|loongarch64],[libsubdirs="lib64 lib lib64"],
[libsubdirs="lib"]
)