mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
3413fbc0a3
commit
61169e86b6
2 changed files with 10 additions and 10 deletions
10
configure
vendored
10
configure
vendored
|
@ -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.
|
||||
|
|
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