projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d669d8
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 22 Jul 2001 20:34:39 +0000
(20:34 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 22 Jul 2001 20:34:39 +0000
(20:34 +0000)
configure.in.pre
patch
|
blob
|
history
diff --git
a/configure.in.pre
b/configure.in.pre
index b0e5a1b6918712a7fd484ecbb08d824f3cbeb81c..7f8835ac594344403822810e770f0ea0dd4493f9 100644
(file)
--- a/
configure.in.pre
+++ b/
configure.in.pre
@@
-546,8
+546,8
@@
AC_ARG_WITH(gmp,
)
AM_CONDITIONAL(SILC_MP_GMP, test x$mp_gmp = xtrue)
+AM_CONDITIONAL(SILC_MP_NSS_MPI, test x$mp_gmp = xfalse)
if test x$mp_gmp = xfalse; then
- AM_CONDITIONAL(SILC_MP_NSS_MPI, test x$mp_gmp = xfalse)
AC_DEFINE(SILC_MP_NSS_MPI)
AC_MSG_RESULT(Using NSS MPI as MP library)
fi