mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Don't fail if ffcall trampolines don't work
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25781 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c6e8018204
commit
fcc4371ec1
3 changed files with 13 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-24 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.ac: Don't fail if ffcall trampolines don't work.
|
||||
* configure: regnerate.
|
||||
|
||||
2007-12-24 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSRunLoop.m: Perhaps a bit paranoid, but alter to recheck
|
||||
|
|
7
configure
vendored
7
configure
vendored
|
@ -16238,9 +16238,10 @@ fi
|
|||
|
||||
{ echo "$as_me:$LINENO: result: $have_working_trampoline" >&5
|
||||
echo "${ECHO_T}$have_working_trampoline" >&6; }
|
||||
if test $have_working_trampoline = no; then
|
||||
ffi_ok=no
|
||||
fi
|
||||
# Don't enforce this. Sometimes things work fine anyway...
|
||||
#if test $have_working_trampoline = no; then
|
||||
# ffi_ok=no
|
||||
#fi
|
||||
fi
|
||||
|
||||
if test $ffi_ok = no; then
|
||||
|
|
|
@ -1911,9 +1911,10 @@ if test $enable_ffcall = yes -a $ffi_ok = yes; then
|
|||
have_working_trampoline=yes, have_working_trampoline=no,
|
||||
have_working_trampoline=yes)
|
||||
AC_MSG_RESULT($have_working_trampoline)
|
||||
if test $have_working_trampoline = no; then
|
||||
ffi_ok=no
|
||||
fi
|
||||
# Don't enforce this. Sometimes things work fine anyway...
|
||||
#if test $have_working_trampoline = no; then
|
||||
# ffi_ok=no
|
||||
#fi
|
||||
fi
|
||||
|
||||
if test $ffi_ok = no; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue