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 ;;