mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
be209c7eaa
commit
3413fbc0a3
2 changed files with 350 additions and 300 deletions
10
configure.ac
10
configure.ac
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue