aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 33948fd7760..ae0c0d2a2eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -724,7 +724,7 @@ case "${canonical}" in
724 *-apple-darwin* ) 724 *-apple-darwin* )
725 case "${canonical}" in 725 case "${canonical}" in
726 *-apple-darwin[0-9].*) unported=yes ;; 726 *-apple-darwin[0-9].*) unported=yes ;;
727 i[3456]86-* | x86_64-* | arm-* ) ;; 727 i[3456]86-* | x86_64-* | arm-* | aarch64-* ) ;;
728 * ) unported=yes ;; 728 * ) unported=yes ;;
729 esac 729 esac
730 opsys=darwin 730 opsys=darwin