aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-25 22:23:00 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-25 22:23:00 +0000
commit4e1d3bfc1f28f6bb0a2675b6491bc5ecf830d196 (patch)
tree0cd83f9748f11624b092281201ebe5f6cc9515c1 /configure.ac
parent5b4a0338849dd0c3564d7e3f925a3ebdb6572d16 (diff)
downloadlibmicrohttpd-4e1d3bfc1f28f6bb0a2675b6491bc5ecf830d196.tar.gz
libmicrohttpd-4e1d3bfc1f28f6bb0a2675b6491bc5ecf830d196.zip
fix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0f43e979..54a7abfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -324,12 +324,12 @@ then
324 enable_https="no (lacking libgcrypt or libgnutls)" 324 enable_https="no (lacking libgcrypt or libgnutls)"
325 fi 325 fi
326else 326else
327 AC_DEFINE([HTTPS_SUPPORT],[0],[disable HTTPS support]) 327 AC_DEFINE([HTTPS_SUPPORT],[0],[disable HTTPS support])
328 enable_https="no (disabled)" 328 enable_https="no (disabled)"
329fi 329fi
330AC_MSG_RESULT($disable_https) 330AC_MSG_RESULT($disable_https)
331 331
332AM_CONDITIONAL(ENABLE_HTTPS, test "$disable_https" = "no") 332AM_CONDITIONAL(ENABLE_HTTPS, test "$enable_https" = "yes")
333 333
334# optional: HTTP Digest Auth support. Enabled by default 334# optional: HTTP Digest Auth support. Enabled by default
335AC_MSG_CHECKING(whether to disable HTTP Digest Auth support) 335AC_MSG_CHECKING(whether to disable HTTP Digest Auth support)