Skip to content

Commit 628baf3

Browse files
committed
Recognize "macOS" as a valid issue (autotools)
1 parent fef0bca commit 628baf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

M2/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ then if test -f /usr/bin/sw_vers
115115
fi
116116
# translate to something standard (for us), and verify :
117117
case $ISSUE_FLAVOR in
118-
"Mac OS X") ISSUE_FLAVOR=MacOS ;;
118+
"Mac OS X"|"macOS") ISSUE_FLAVOR=MacOS ;;
119119
"debian"|"Debian"*) ISSUE_FLAVOR=Debian ;;
120120
"ubuntu"|"Ubuntu") ISSUE_FLAVOR=Ubuntu ;;
121121
"FedoraCore"*) ISSUE_FLAVOR=FedoraCore ;;

0 commit comments

Comments
 (0)