updated configure.ac to show FFI_LIBS

This commit is contained in:
hyunghwan.chung 2019-09-24 02:13:35 +00:00
parent 3c8fe60b7e
commit da2a8a464a
2 changed files with 2 additions and 2 deletions

2
moo/configure vendored
View File

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

View File

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