This commit is contained in:
Stefan Krah 2011-12-08 22:30:18 +01:00
commit 2ac5fac268
2 changed files with 8 additions and 6 deletions

7
configure vendored
View File

@ -5450,9 +5450,10 @@ then
fi
# Clang also needs -fwrapv
if test "$CC" = "clang" ; then
WRAP="-fwrapv"
fi
case $CC in
*clang*) WRAP="-fwrapv"
;;
esac
case $ac_cv_prog_cc_g in
yes)

View File

@ -907,9 +907,10 @@ then
fi
# Clang also needs -fwrapv
if test "$CC" = "clang" ; then
WRAP="-fwrapv"
fi
case $CC in
*clang*) WRAP="-fwrapv"
;;
esac
case $ac_cv_prog_cc_g in
yes)