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 "-------------------------------------------------------------------------"