projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48abf21
)
updates
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 9 Oct 2002 12:59:08 +0000
(12:59 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 9 Oct 2002 12:59:08 +0000
(12:59 +0000)
configure.in.pre
patch
|
blob
|
history
diff --git
a/configure.in.pre
b/configure.in.pre
index 9802cf35b69eb6f4ae57904f2db0ed91b5fc8ef6..ac6548de6f3b3b53822ac7425015c636c497cc5e 100644
(file)
--- 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 ""