From 16b7c944908bbcdfa76ba8ab4a32a20803671312 Mon Sep 17 00:00:00 2001 From: Paul Landers Date: Tue, 18 Oct 2016 22:35:33 +0000 Subject: [PATCH] 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 --- configure | 10 +++++----- configure.ac | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configure b/configure index 7a81d843..facf27bb 100755 --- a/configure +++ b/configure @@ -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. diff --git a/configure.ac b/configure.ac index bc37540d..8c54d1b3 100644 --- a/configure.ac +++ b/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.