changed configure.ac to print more info

This commit is contained in:
hyunghwan.chung 2018-01-19 17:33:35 +00:00
parent c2504848e5
commit d54552aff8
3 changed files with 10 additions and 1 deletions

4
moo/configure vendored
View File

@ -25411,5 +25411,9 @@ echo " C compiler: ${CC} ${CFLAGS}"
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 " Terminal library: ${TERMINAL_LIBS}"
echo " Thraed library: ${PTHREAD_LIBS}"
echo "-------------------------------------------------------------------------"

View File

@ -741,5 +741,9 @@ echo " C compiler: ${CC} ${CFLAGS}"
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 " Terminal library: ${TERMINAL_LIBS}"
echo " Thraed library: ${PTHREAD_LIBS}"
echo "-------------------------------------------------------------------------"
]

View File

@ -498,7 +498,8 @@ error -> exception
System log: 'new connection - '; log: newaddr; log: ' '; log: (newsck handle); logNl.
newsck inputAction: inact; outputAction: outact.
newsck watchInput; watchOutput.
##newsck watchInput; watchOutput.
newsck watchInput.
].
[