From 536efaf804074201de5fa16a1766d03ba5b209b9 Mon Sep 17 00:00:00 2001 From: Dima Pasechnik Date: Mon, 9 Jun 2025 14:05:22 -0500 Subject: [PATCH] recognise the new way to spell macos in configure --- M2/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/M2/configure.ac b/M2/configure.ac index 273c60df1f7..83fe45259a6 100644 --- a/M2/configure.ac +++ b/M2/configure.ac @@ -117,6 +117,7 @@ then if test -f /usr/bin/sw_vers # translate to something standard (for us), and verify : case $ISSUE_FLAVOR in "Mac OS X") ISSUE_FLAVOR=MacOS ;; + "macOS") ISSUE_FLAVOR=MacOS ;; "debian"|"Debian"*) ISSUE_FLAVOR=Debian ;; "ubuntu"|"Ubuntu") ISSUE_FLAVOR=Ubuntu ;; "FedoraCore"*) ISSUE_FLAVOR=FedoraCore ;;