Skip to content

Commit 3fe9b67

Browse files
tiranErlend Egeberg Aasland
and
Erlend Egeberg Aasland
committed
Update configure.ac
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent 1794fa6 commit 3fe9b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3218,7 +3218,7 @@ if test "$with_system_ffi" = yes -a "$have_libffi" = yes; then
32183218
[Define to 1 if you have the ffi_prep_closure_loc function in <ffi.h> header file.])
32193219
])
32203220
3221-
AC_CACHE_CHECK([for fffi_closure_alloc in ffi.h], [ac_cv_ffi_closure_alloc], [
3221+
AC_CACHE_CHECK([for ffi_closure_alloc in ffi.h], [ac_cv_ffi_closure_alloc], [
32223222
AC_EGREP_HEADER([ffi_closure_alloc], [ffi.h], [ac_cv_ffi_closure_alloc=yes], [ac_cv_ffi_closure_alloc=no])
32233223
])
32243224
AS_VAR_IF([ac_cv_ffi_closure_alloc], [yes], [

0 commit comments

Comments
 (0)