mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 08:50:54 +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
b678fa706b
commit
16b7c94490
2 changed files with 10 additions and 10 deletions
10
configure
vendored
10
configure
vendored
|
@ -6286,11 +6286,11 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
#if test x"$USE_OBJC_EXCEPTIONS" = x"maybe"; then
|
if test x"$USE_OBJC_EXCEPTIONS" = x"maybe"; then
|
||||||
# if test x"$MSWIND" = x"yes"; then
|
if test x"$MSWIND" = x"yes"; then
|
||||||
# USE_OBJC_EXCEPTIONS=no
|
USE_OBJC_EXCEPTIONS=no
|
||||||
# fi
|
fi
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
# Please note that -fobjc-exceptions should automatically enable
|
# Please note that -fobjc-exceptions should automatically enable
|
||||||
# -fexceptions.
|
# -fexceptions.
|
||||||
|
|
10
configure.ac
10
configure.ac
|
@ -1631,11 +1631,11 @@ AC_ARG_ENABLE(native-objc-exceptions, [
|
||||||
USE_OBJC_EXCEPTIONS=$enableval,
|
USE_OBJC_EXCEPTIONS=$enableval,
|
||||||
USE_OBJC_EXCEPTIONS=maybe)
|
USE_OBJC_EXCEPTIONS=maybe)
|
||||||
|
|
||||||
#if test x"$USE_OBJC_EXCEPTIONS" = x"maybe"; then
|
if test x"$USE_OBJC_EXCEPTIONS" = x"maybe"; then
|
||||||
# if test x"$MSWIND" = x"yes"; then
|
if test x"$MSWIND" = x"yes"; then
|
||||||
# USE_OBJC_EXCEPTIONS=no
|
USE_OBJC_EXCEPTIONS=no
|
||||||
# fi
|
fi
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
# Please note that -fobjc-exceptions should automatically enable
|
# Please note that -fobjc-exceptions should automatically enable
|
||||||
# -fexceptions.
|
# -fexceptions.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue