Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Check for have_libffi
  • Loading branch information
tiran committed Jun 26, 2022
commit 4914c9e482b7032e340265601ef347f1ed7ddbbc
2 changes: 1 addition & 1 deletion configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3625,7 +3625,7 @@ AS_VAR_IF([with_system_ffi], [yes], [
])
])

AS_VAR_IF([with_system_ffi], [yes], [
AS_VAR_IF([have_libffi], [yes], [
ctypes_malloc_closure=no
AS_CASE([$ac_sys_system],
[Darwin], [
Expand Down