summaryrefslogtreecommitdiff
path: root/doc/README.autoconf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.autoconf')
-rw-r--r--doc/README.autoconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.autoconf b/doc/README.autoconf
index 0f93356347..7287ce6db0 100644
--- a/doc/README.autoconf
+++ b/doc/README.autoconf
@@ -5,7 +5,7 @@ aclocal.m4:
include(libgnutls.m4)
configure.in:
- AM_PATH_LIBGNUTLS( 0.4.2,, AC_MSG_ERROR([[
+ AM_PATH_LIBGNUTLS( 0.5.4,, AC_MSG_ERROR([[
***
*** libgnutls was not found. You may want to get it from
*** ftp://ftp.gnutls.org/pub/gnutls/
@@ -18,7 +18,7 @@ aclocal.m4:
include(libgnutls-extra.m4)
configure.in:
- AM_PATH_LIBGNUTLS_EXTRA( 0.4.2,, AC_MSG_ERROR([[
+ AM_PATH_LIBGNUTLS_EXTRA( 0.5.4,, AC_MSG_ERROR([[
***
*** libgnutls-extra was not found. You may want to get it from
*** ftp://ftp.gnutls.org/pub/gnutls/