diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -143,7 +143,6 @@ have_alloca= have_termios= have_winsize= termios_define= -have_libffi= # # Parse configuration variables @@ -679,8 +678,6 @@ have_sockets := $have_sockets have_termios := $have_termios termios_define := $termios_define -have_libffi := $have_libffi - # do we compile in debug support? debug_support := $debug_support @@ -2852,11 +2849,9 @@ int main(void) if conftest ; then printf "yes\n" printf "#define HAVE_LIBFFI 1\n" >> config.h - have_libffi=y elif conftest EXTRA_LDFLAGS=-lffi ; then printf "yes\n" printf "#define HAVE_LIBFFI 1\n" >> config.h - have_libffi=y conf_ldflags="${conf_ldflags:+"$conf_ldflags "}-lffi" else printf "no\n" |