# HG changeset patch # User Timo Sirainen # Date 1032153480 -10800 # Node ID 9cae5f6626fff9603f4d44557400dd272fcf728f # Parent bf1e284fece24ea51086d2451b4d6d92daa552b0 typo.. diff -r bf1e284fece2 -r 9cae5f6626ff configure.in --- a/configure.in Mon Sep 16 08:16:17 2002 +0300 +++ b/configure.in Mon Sep 16 08:18:00 2002 +0300 @@ -66,7 +66,7 @@ AC_ARG_WITH(proxy, [ --without-gnutls Don't try to use GNUTLS], - if test x$wantval = xno; then + if test x$withval = xno; then want_gnutls=no else want_gnutls=yes