summaryrefslogtreecommitdiff
path: root/doc/README.autoconf
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-04 13:52:34 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-04 13:52:34 +0000
commit78228a33b94986f26cbe0baf71c9cd64a785266a (patch)
treeb4ba2798334757cd71642622240e09de99ec84ce /doc/README.autoconf
parentadea5d40d3bb32fbc92aa0653290ee0e85f5efbf (diff)
downloadgnutls-78228a33b94986f26cbe0baf71c9cd64a785266a.tar.gz
*** empty log message ***
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 f337b38885..3ac5ce4d14 100644
--- a/doc/README.autoconf
+++ b/doc/README.autoconf
@@ -5,7 +5,7 @@ aclocal.m4:
include(libgnutls.m4)
configure.in:
- AM_PATH_LIBGNUTLS( 0.9.8,, AC_MSG_ERROR([[
+ AM_PATH_LIBGNUTLS( 0.9.90,, 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.9.8,, AC_MSG_ERROR([[
+ AM_PATH_LIBGNUTLS_EXTRA( 0.9.90,, AC_MSG_ERROR([[
***
*** libgnutls-extra was not found. You may want to get it from
*** ftp://ftp.gnutls.org/pub/gnutls/