revert change to use objc exceptions

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@40160 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
paullanders 2016-10-18 22:35:33 +00:00
parent 3413fbc0a3
commit 61169e86b6
2 changed files with 10 additions and 10 deletions

10
configure vendored
View file

@ -6286,11 +6286,11 @@ else
fi
#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.

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.