mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
51ff14a945
commit
d7a87a9ae1
2 changed files with 0 additions and 18 deletions
9
configure
vendored
9
configure
vendored
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue