From da2a8a464ad5e841556c1743d94824659ed30472 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Tue, 24 Sep 2019 02:13:35 +0000 Subject: [PATCH] updated configure.ac to show FFI_LIBS --- moo/configure | 2 +- moo/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/moo/configure b/moo/configure index 2768937..c864aea 100755 --- a/moo/configure +++ b/moo/configure @@ -24472,7 +24472,7 @@ echo " C++ compiler: ${CXX} ${CXXFLAGS}" echo " C++ support: ${enable_cxx_is}" echo " Math library: ${LIBM}" echo " Socket library: ${SOCKET_LIBS}" -echo " Dynamic call library: ${DYNCALL_LIBS}" +echo " Native function call library: ${FFI_LIBS} ${DYNCALL_LIBS}" echo " Terminal library: ${TERMINAL_LIBS}" echo " Thraed library: ${PTHREAD_LIBS}" echo "-------------------------------------------------------------------------" diff --git a/moo/configure.ac b/moo/configure.ac index 8711d8e..917fc7b 100644 --- a/moo/configure.ac +++ b/moo/configure.ac @@ -892,7 +892,7 @@ echo " C++ compiler: ${CXX} ${CXXFLAGS}" echo " C++ support: ${enable_cxx_is}" echo " Math library: ${LIBM}" echo " Socket library: ${SOCKET_LIBS}" -echo " Dynamic call library: ${DYNCALL_LIBS}" +echo " Native function call library: ${FFI_LIBS} ${DYNCALL_LIBS}" echo " Terminal library: ${TERMINAL_LIBS}" echo " Thraed library: ${PTHREAD_LIBS}" echo "-------------------------------------------------------------------------"