fix `configure' typo
This commit is contained in:
parent
75753e6891
commit
ace0faa50f
2
src/configure
vendored
2
src/configure
vendored
|
@ -5120,7 +5120,7 @@ if test "${enable_libffi}" = "yes" ; then
|
|||
if test "${enable_foreign}" = "yes" ; then
|
||||
{ echo "$as_me:$LINENO: checking for libffi" >&5
|
||||
echo $ECHO_N "checking for libffi... $ECHO_C" >&6; }
|
||||
OLD_LD_FLAGS="${LDFLAGS}"
|
||||
OLD_LDFLAGS="${LDFLAGS}"
|
||||
LDFLAGS="${LDFLAGS} -lffi"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
|
|
|
@ -855,7 +855,7 @@ AC_MSG_RESULT($mbsrtowcs)
|
|||
if test "${enable_libffi}" = "yes" ; then
|
||||
if test "${enable_foreign}" = "yes" ; then
|
||||
AC_MSG_CHECKING([for libffi])
|
||||
OLD_LD_FLAGS="${LDFLAGS}"
|
||||
OLD_LDFLAGS="${LDFLAGS}"
|
||||
LDFLAGS="${LDFLAGS} -lffi"
|
||||
AC_TRY_LINK([#include <ffi.h>],
|
||||
[ffi_cif cif; ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user