summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-11 08:57:14 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-11 08:57:14 +0000
commitf891a3dfbc383697bf1375754b0a76b92c9227d5 (patch)
tree4a8b62d9985744a138866241f968a6ff0778044e
parentc966721efda64dd60a14b8b31d2fb3783a2a8640 (diff)
downloadgnutls-f891a3dfbc383697bf1375754b0a76b92c9227d5.tar.gz
*** empty log message ***
-rw-r--r--configure.in10
-rw-r--r--doc/README.CVS4
2 files changed, 7 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index a0204ec4a4..49eb78646c 100644
--- a/configure.in
+++ b/configure.in
@@ -302,17 +302,15 @@ fi
libtasn1_enabled=no
-AC_CHECK_LIB(asn1, asn1_array2tree,:,
+AC_CHECK_LIB( tasn1, asn1_array2tree,:,
libtasn1_enabled=yes
AC_MSG_WARN(
***
-*** LibASN1 was not found. Will use the included one.))
-
-
+*** LibtASN1 was not found. Will use the included one.),
AC_ARG_WITH(included-libtasn1,
[ --with-included-libtasn1 Use the included libtasn1],
libtasn1_enabled=yes, libtasn1_enabled=no)
-
+)
AC_MSG_RESULT([***
@@ -349,7 +347,7 @@ AC_MSG_WARN(***
fi
-if test "$libtasn1_enabled" = yes; then
+if test x"$libtasn1_enabled" = xyes; then
AC_CONFIG_SUBDIRS(libtasn1)
LIBASN1_DIR=libtasn1
AC_SUBST(LIBASN1_DIR)
diff --git a/doc/README.CVS b/doc/README.CVS
index 4ef08aa8a6..10d8ccf8dc 100644
--- a/doc/README.CVS
+++ b/doc/README.CVS
@@ -21,9 +21,11 @@ $ cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnutls checkout gnutls
$ cd gnutls
$ cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnutls checkout libtasn1
+$ cd libtasn1
+$ ./buildconf
2. Create configure script
-$ cd gnutls
+$ cd ..
$ ./buildconf
3. Compile the sources