We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef0bca commit 628baf3Copy full SHA for 628baf3
M2/configure.ac
@@ -115,7 +115,7 @@ then if test -f /usr/bin/sw_vers
115
fi
116
# translate to something standard (for us), and verify :
117
case $ISSUE_FLAVOR in
118
- "Mac OS X") ISSUE_FLAVOR=MacOS ;;
+ "Mac OS X"|"macOS") ISSUE_FLAVOR=MacOS ;;
119
"debian"|"Debian"*) ISSUE_FLAVOR=Debian ;;
120
"ubuntu"|"Ubuntu") ISSUE_FLAVOR=Ubuntu ;;
121
"FedoraCore"*) ISSUE_FLAVOR=FedoraCore ;;
0 commit comments