Commit 2ac5fac2 authored by Stefan Krah's avatar Stefan Krah

Merge.

parents 8faf8216 9a17cc3c
......@@ -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)
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment