updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 13 Feb 2001 19:21:18 +0000 (19:21 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 13 Feb 2001 19:21:18 +0000 (19:21 +0000)
configure.in.pre

index 6740a898fa06677831676f6afd494884da8b9964..54b011ded40d840065fe877f7bfc9a2bdf8e6bd1 100644 (file)
@@ -232,12 +232,12 @@ AC_ARG_WITH(gmp,
     AC_CHECK_HEADER(gmp.h,
       AC_CHECK_LIB(gmp, __gmpz_init,
         AM_CONDITIONAL(SILC_BUILD_GMP, test x$withval = yes)
-        AC_MSG_RESULT(no),
+        AC_MSG_RESULT(GMP will not be compiled),
         AM_CONDITIONAL(SILC_BUILD_GMP, test x$withval != yes)
-        AC_MSG_RESULT(yes)
+        AC_MSG_RESULT(GMP will be compiled)
       ),
       AM_CONDITIONAL(SILC_BUILD_GMP, test x$withval != yes)
-      AC_MSG_RESULT(yes)
+      AC_MSG_RESULT(GMP will be compiled)
     )
     ;;
 esac ], [
@@ -245,14 +245,14 @@ esac ], [
     AC_CHECK_LIB(gmp, __gmpz_init,
       build_gmp=false
       AM_CONDITIONAL(SILC_BUILD_GMP, test x$build_gmp = xtrue)
-      AC_MSG_RESULT(no),
+      AC_MSG_RESULT(GMP will not be compiled),
       build_gmp=true
       AM_CONDITIONAL(SILC_BUILD_GMP, test x$build_gmp = xtrue)
-      AC_MSG_RESULT(yes)
+      AC_MSG_RESULT(GMP will be compiled)
     ),
     build_gmp=true
     AM_CONDITIONAL(SILC_BUILD_GMP, test x$build_gmp = xtrue)
-    AC_MSG_RESULT(yes)
+    AC_MSG_RESULT(GMP will be compiled)
   )
 ])