remove bogus warning message

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36846 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-07-06 14:44:12 +00:00
parent 51ff14a945
commit d7a87a9ae1
2 changed files with 0 additions and 18 deletions

9
configure vendored
View file

@ -22738,15 +22738,6 @@ if test "$exceptions" = "yes"; then
# ffcall will mess up native exceptions, so we must disable it.
do_broken_libffcall=yes
do_enable_libffcall=no
if test "$have_unexpected" = "no"; then
echo
echo "Your gnustep-make is configured to use native objc exceptions, but"
echo "the objc runtime does not appear to support setting an uncaught"
echo "exception handler. This means that any uncaught exception will"
echo "cause a program to abort immediately."
echo "Consider reconfiguring gnustep-make or updating libobjc to fix this."
fi
fi
# Check whether --enable-libffi was given.

View file

@ -2633,15 +2633,6 @@ if test "$exceptions" = "yes"; then
# ffcall will mess up native exceptions, so we must disable it.
do_broken_libffcall=yes
do_enable_libffcall=no
if test "$have_unexpected" = "no"; then
echo
echo "Your gnustep-make is configured to use native objc exceptions, but"
echo "the objc runtime does not appear to support setting an uncaught"
echo "exception handler. This means that any uncaught exception will"
echo "cause a program to abort immediately."
echo "Consider reconfiguring gnustep-make or updating libobjc to fix this."
fi
fi
AC_ARG_ENABLE(libffi,