From d54552aff8f3cd401797c6c6f80e1e4261d23197 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Fri, 19 Jan 2018 17:33:35 +0000 Subject: [PATCH] changed configure.ac to print more info --- moo/configure | 4 ++++ moo/configure.ac | 4 ++++ moo/kernel/Socket.moo | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/moo/configure b/moo/configure index 7aef7e3..dd0a51f 100755 --- a/moo/configure +++ b/moo/configure @@ -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 "-------------------------------------------------------------------------" diff --git a/moo/configure.ac b/moo/configure.ac index f833dda..9152854 100644 --- a/moo/configure.ac +++ b/moo/configure.ac @@ -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 "-------------------------------------------------------------------------" ] diff --git a/moo/kernel/Socket.moo b/moo/kernel/Socket.moo index 03c48e3..7e68366 100644 --- a/moo/kernel/Socket.moo +++ b/moo/kernel/Socket.moo @@ -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. ]. [