From: Pekka Riikonen Date: Wed, 9 Oct 2002 12:59:08 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.9.6~47 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=b8f745f19aadf0766cd3e504c3d80fbc4cf8dd97 updates --- diff --git a/configure.in.pre b/configure.in.pre index 9802cf35..ac6548de 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -1054,6 +1054,12 @@ if test x$mp_gmp = xtrue; then mp="GMP" fi echo " Arithmetic library ............: $mp" + +threads="no" +if test x$has_threads = xtrue; then + threads="yes" +fi +echo " Multi-threads support .........: $threads" echo " Debugging enabled .............: $summary_debug" echo " Stack-trace enabled ...........: $summary_stacktrace" echo ""