changeset 245:9cae5f6626ff HEAD

typo..
author Timo Sirainen <tss@iki.fi>
date Mon, 16 Sep 2002 08:18:00 +0300
parents bf1e284fece2
children fa3b4c2e252a
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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