summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-06 21:48:51 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-06 21:48:51 +0000
commit5fc390f4fe70dc03c2d3eb509c5a46206579fc71 (patch)
tree0474e6715645ac7531eb198d5a2eb76b2277bc2b
parent74da97d5e682ee0a9bf15b843db312a60c30f791 (diff)
downloadgnutls-5fc390f4fe70dc03c2d3eb509c5a46206579fc71.tar.gz
*** empty log message ***
-rw-r--r--configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c2e1d3bb8a..0d7af4e32a 100644
--- a/configure.in
+++ b/configure.in
@@ -272,10 +272,13 @@ AC_ARG_WITH(included-libtasn1,
minitasn1_enabled=$withval,
minitasn1_enabled=no
-AC_CHECK_LIB( tasn1, asn1_array2tree,:,
+dnl We now need libtasn1 0.2.x
+dnl
+AC_CHECK_LIB( tasn1, asn1_read_tag,:,
minitasn1_enabled=yes
+AC_MSG_WARN([[
***
-*** LibtASN1 was not found. Will use the included one.))
+*** LibtASN1 0.2.x was not found. Will use the included one.]])))
if test x$opt_developer_mode = xyes; then