aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2003-10-27 20:50:23 +0000
committerWojciech Polak <polak@gnu.org>2003-10-27 20:50:23 +0000
commitbf448c8e9c0afa4621b09aacdabea9ed20b8a586 (patch)
treeb448d3b8db7c240381a9be1675f152d54ee3cc22 /configure.ac
parentd1ab0c4eaf87636cf6fdd2294be7db4ffb443a1b (diff)
downloadanubis-bf448c8e9c0afa4621b09aacdabea9ed20b8a586.tar.gz
anubis-bf448c8e9c0afa4621b09aacdabea9ed20b8a586.tar.bz2
Bump to 3.9.94. Requires now GnuTLS >= 0.9.93.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a74ad59..d7370c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl compiling, linking, and/or using OpenSSL is allowed.
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU Anubis], [3.9.93], [bug-anubis@gnu.org], [anubis])
+AC_INIT([GNU Anubis], [3.9.94], [bug-anubis@gnu.org], [anubis])
AC_PREREQ([2.57])
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_SRCDIR([src/main.c])
@@ -227,7 +227,7 @@ fi
if test $with_gnutls = yes; then
AC_CHECK_HEADERS(gnutls/gnutls.h)
if test $ac_cv_header_gnutls_gnutls_h != no; then
- AM_PATH_LIBGNUTLS("0.9.6",
+ AM_PATH_LIBGNUTLS("0.9.93",
[M4_DEFS="$M4_DEFS -DWITH_SSL"
AC_LIBOBJ(tls)
AC_DEFINE(USE_GNUTLS, 1,

Return to:

Send suggestions and report system problems to the System administrator.