From 599093a0141758c7574d689c2b43e4a84fb0052e Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 27 Oct 2005 18:45:38 +0000 Subject: [PATCH] updates --- configure.ad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ad b/configure.ad index 0182a49a..c4c075eb 100644 --- a/configure.ad +++ b/configure.ad @@ -644,7 +644,7 @@ AC_ARG_WITH(gmp, AM_CONDITIONAL(SILC_MP_GMP, test x$mp_gmp = xtrue) AM_CONDITIONAL(SILC_MP_SILCMATH, test x$mp_gmp = xfalse) if test x$mp_gmp = xfalse; then - AC_DEFINE([SILC_MP_SILCMAP], [], [SILCMATH]) + AC_DEFINE([SILC_MP_SILCMATH], [], [SILCMATH]) AC_MSG_RESULT(Using SILC Math as a MP library.) fi #endif SILC_DIST_MATH -- 2.24.0