commit 4e1d3bfc1f28f6bb0a2675b6491bc5ecf830d196
parent 5b4a0338849dd0c3564d7e3f925a3ebdb6572d16
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 25 Sep 2010 22:23:00 +0000
fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -324,12 +324,12 @@ then
enable_https="no (lacking libgcrypt or libgnutls)"
fi
else
- AC_DEFINE([HTTPS_SUPPORT],[0],[disable HTTPS support])
+ AC_DEFINE([HTTPS_SUPPORT],[0],[disable HTTPS support])
enable_https="no (disabled)"
fi
AC_MSG_RESULT($disable_https)
-AM_CONDITIONAL(ENABLE_HTTPS, test "$disable_https" = "no")
+AM_CONDITIONAL(ENABLE_HTTPS, test "$enable_https" = "yes")
# optional: HTTP Digest Auth support. Enabled by default
AC_MSG_CHECKING(whether to disable HTTP Digest Auth support)