summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-14 10:10:00 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-14 10:10:00 +0000
commitf4ec91303c25c7d7e0d293b5281cc19b8bca316a (patch)
tree2a08c672a3aa78908c78dcc1480d98a3a34eaec8 /configure.in
parentf26297baf636b1ea2ef076921dc75dd4980e8559 (diff)
downloadgnutls-f4ec91303c25c7d7e0d293b5281cc19b8bca316a.tar.gz
ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2.1 version of libtasn1.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1155150b9e..22742b6dbc 100644
--- a/configure.in
+++ b/configure.in
@@ -272,7 +272,9 @@ 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
***
*** LibtASN1 was not found. Will use the included one.))