changed configure.ac to print more info
This commit is contained in:
parent
c2504848e5
commit
d54552aff8
4
moo/configure
vendored
4
moo/configure
vendored
@ -25411,5 +25411,9 @@ echo " C compiler: ${CC} ${CFLAGS}"
|
|||||||
echo " C++ compiler: ${CXX} ${CXXFLAGS}"
|
echo " C++ compiler: ${CXX} ${CXXFLAGS}"
|
||||||
echo " C++ support: ${enable_cxx_is}"
|
echo " C++ support: ${enable_cxx_is}"
|
||||||
echo " Math library: ${LIBM}"
|
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 "-------------------------------------------------------------------------"
|
echo "-------------------------------------------------------------------------"
|
||||||
|
|
||||||
|
@ -741,5 +741,9 @@ echo " C compiler: ${CC} ${CFLAGS}"
|
|||||||
echo " C++ compiler: ${CXX} ${CXXFLAGS}"
|
echo " C++ compiler: ${CXX} ${CXXFLAGS}"
|
||||||
echo " C++ support: ${enable_cxx_is}"
|
echo " C++ support: ${enable_cxx_is}"
|
||||||
echo " Math library: ${LIBM}"
|
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 "-------------------------------------------------------------------------"
|
echo "-------------------------------------------------------------------------"
|
||||||
]
|
]
|
||||||
|
@ -498,7 +498,8 @@ error -> exception
|
|||||||
System log: 'new connection - '; log: newaddr; log: ' '; log: (newsck handle); logNl.
|
System log: 'new connection - '; log: newaddr; log: ' '; log: (newsck handle); logNl.
|
||||||
|
|
||||||
newsck inputAction: inact; outputAction: outact.
|
newsck inputAction: inact; outputAction: outact.
|
||||||
newsck watchInput; watchOutput.
|
##newsck watchInput; watchOutput.
|
||||||
|
newsck watchInput.
|
||||||
].
|
].
|
||||||
|
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user