From fcc4371ec18725e8c5eafa731e689f49d3a057d6 Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Tue, 25 Dec 2007 03:31:16 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ configure | 7 ++++--- configure.ac | 7 ++++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 88a3f7c42..36c1f1f6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-24 Adam Fedor + + * configure.ac: Don't fail if ffcall trampolines don't work. + * configure: regnerate. + 2007-12-24 Richard Frith-Macdonald * Source/NSRunLoop.m: Perhaps a bit paranoid, but alter to recheck diff --git a/configure b/configure index ecb3a1450..520226ac9 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 947b493b9..1aa15cdc9 100644 --- a/configure.ac +++ b/configure.ac @@ -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