updates
[silc.git] / configure.in.pre
index 9802cf35b69eb6f4ae57904f2db0ed91b5fc8ef6..ac6548de6f3b3b53822ac7425015c636c497cc5e 100644 (file)
@@ -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 ""