summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 8 insertions, 2 deletions
diff --git a/configure b/configure
index 014d2ce..9144ee1 100755
--- a/configure
+++ b/configure
@@ -12133,7 +12133,10 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ffi_ffi_call" >&5
$as_echo "$ac_cv_lib_ffi_ffi_call" >&6; }
if test "x$ac_cv_lib_ffi_ffi_call" = xyes; then :
- have_libffi=yes
+
+ have_libffi=yes
+ LIBFFI_LIBS="-lffi"
+
else
have_libffi=no
fi
@@ -12200,7 +12203,10 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ffi_ffi_call" >&5
$as_echo "$ac_cv_lib_ffi_ffi_call" >&6; }
if test "x$ac_cv_lib_ffi_ffi_call" = xyes; then :
- have_libffi=yes
+
+ have_libffi=yes
+ LIBFFI_LIBS="-lffi"
+
else
have_libffi=no
fi