summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-15 18:37:58 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-15 18:37:58 +0000
commitb842a29cb65beca15188a780e4d6b6d343e7a4e6 (patch)
tree984cf3d9e8837b01b7eb245696238b3adebd0ffe /configure.in
parenta1ec194bb592c8e59a41338dfeb16c6ec42ff932 (diff)
downloadgnutls-b842a29cb65beca15188a780e4d6b6d343e7a4e6.tar.gz
*** empty log message ***
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 3d13a46cfd..94cf192d67 100644
--- a/configure.in
+++ b/configure.in
@@ -302,6 +302,10 @@ else
AC_MSG_RESULT(yes)
fi
+AC_ARG_WITH(included-libtasn1,
+ [ --with-included-libtasn1 Use the included libtasn1],
+libtasn1_enabled=yes, libtasn1_enabled=no)
+
dnl In maintainer mode we always use the included library
if test x$opt_maintainer_mode = xyes; then
libtasn1_enabled=yes
@@ -309,15 +313,12 @@ else
libtasn1_enabled=no
fi
+
AC_CHECK_LIB( tasn1, asn1_array2tree,:,
libtasn1_enabled=yes
AC_MSG_WARN(
***
-*** 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)
-)
+*** LibtASN1 was not found. Will use the included one.))
AC_MSG_RESULT([***