updated configure.ac to show FFI_LIBS
This commit is contained in:
parent
3c8fe60b7e
commit
da2a8a464a
2
moo/configure
vendored
2
moo/configure
vendored
@ -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 "-------------------------------------------------------------------------"
|
||||
|
@ -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 "-------------------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user