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.
2 parents 8faf821 + 9a17cc3 commit 2ac5facCopy full SHA for 2ac5fac
2 files changed
configure
@@ -5450,9 +5450,10 @@ then
5450
fi
5451
5452
# Clang also needs -fwrapv
5453
- if test "$CC" = "clang" ; then
5454
- WRAP="-fwrapv"
5455
- fi
+ case $CC in
+ *clang*) WRAP="-fwrapv"
+ ;;
5456
+ esac
5457
5458
case $ac_cv_prog_cc_g in
5459
yes)
configure.in
@@ -907,9 +907,10 @@ then
907
908
909
910
911
912
913
914
915
916
0 commit comments