summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-08-06 14:55:43 +0000
committerSimon Josefsson <simon@josefsson.org>2006-08-06 14:55:43 +0000
commitb0baee7583754df1ea2e112e57c9f55fc70b1f43 (patch)
tree35659eb0a8329759548ee4f4ad4c9df64f3d8ab4
parenteb56c5a4f7a81035df5cfa178902560f21266f9e (diff)
downloadgnutls-b0baee7583754df1ea2e112e57c9f55fc70b1f43.tar.gz
Fix --without-included-libtasn1, reported by Daniel Black
<dragonheart@gentoo.org>.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index dbd2e3026b..37158af4a3 100644
--- a/configure.in
+++ b/configure.in
@@ -358,7 +358,7 @@ AM_CONDITIONAL(ENABLE_OPENSSL, test "$ac_enable_openssl" = "yes")
AC_ARG_WITH(included-libtasn1,
AS_HELP_STRING([--with-included-libtasn1],
[use the included libtasn1]),
- minitasn1_enabled=yes,
+ minitasn1_enabled=$withval,
minitasn1_enabled=no)
if test x$minitasn1_enabled = xno; then