~registry/gnustep/gnustep-make

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: paullanders
  • Date: 2016-10-18 22:35:33 UTC
  • Revision ID: svn-v4:72102866-910b-0410-8b05-ffd578937521:tools/make/trunk:40160
revert change to use objc exceptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1631
1631
USE_OBJC_EXCEPTIONS=$enableval,
1632
1632
USE_OBJC_EXCEPTIONS=maybe)
1633
1633
 
1634
 
#if test x"$USE_OBJC_EXCEPTIONS" = x"maybe"; then
1635
 
#  if test x"$MSWIND" = x"yes"; then
1636
 
#    USE_OBJC_EXCEPTIONS=no
1637
 
#  fi
1638
 
#fi
 
1634
if test x"$USE_OBJC_EXCEPTIONS" = x"maybe"; then
 
1635
  if test x"$MSWIND" = x"yes"; then
 
1636
    USE_OBJC_EXCEPTIONS=no
 
1637
  fi
 
1638
fi
1639
1639
 
1640
1640
# Please note that -fobjc-exceptions should automatically enable
1641
1641
# -fexceptions.