do use clangs exceptions on windows, since we have them.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@40144 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
paullanders 2016-10-12 16:23:10 +00:00
parent be209c7eaa
commit 3413fbc0a3
2 changed files with 350 additions and 300 deletions

640
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -1631,11 +1631,11 @@ AC_ARG_ENABLE(native-objc-exceptions, [
USE_OBJC_EXCEPTIONS=$enableval,
USE_OBJC_EXCEPTIONS=maybe)
if test x"$USE_OBJC_EXCEPTIONS" = x"maybe"; then
if test x"$MSWIND" = x"yes"; then
USE_OBJC_EXCEPTIONS=no
fi
fi
#if test x"$USE_OBJC_EXCEPTIONS" = x"maybe"; then
# if test x"$MSWIND" = x"yes"; then
# USE_OBJC_EXCEPTIONS=no
# fi
#fi
# Please note that -fobjc-exceptions should automatically enable
# -fexceptions.