aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorlv-426 <oxcafebaby@yahoo.com>2008-08-14 16:13:04 +0000
committerlv-426 <oxcafebaby@yahoo.com>2008-08-14 16:13:04 +0000
commitc5ad835c7cf6c02bc5445f8b3ed47925bded90f7 (patch)
tree1a1c1ba0a3ecbf32ecc38c6abb4da61a80f61316 /configure.ac
parent63f23d21318034a669b1f40954041d3c1bda8ede (diff)
downloadlibmicrohttpd-c5ad835c7cf6c02bc5445f8b3ed47925bded90f7.tar.gz
libmicrohttpd-c5ad835c7cf6c02bc5445f8b3ed47925bded90f7.zip
bind option uses sockaddr - [ ! MHD_USE_IPv6 should be removed in favor of a generic addrlen argument ]
openpgp support currently disabled
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c6b71330..8235bf91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -226,9 +226,10 @@ AC_ARG_ENABLE([OpenPGP],
226 [enable_openpgp=$enableval], 226 [enable_openpgp=$enableval],
227 [enable_openpgp="no"]) 227 [enable_openpgp="no"])
228AC_MSG_RESULT($enable_openpgp) 228AC_MSG_RESULT($enable_openpgp)
229# currently we ignore this option.
229if test "$enable_openpgp" = "yes" 230if test "$enable_openpgp" = "yes"
230then 231then
231 AC_DEFINE([ENABLE_OPENPGP],[1],[Include OpenGPG support]) 232 AC_DEFINE([ENABLE_OPENPGP],[0],[Include OpenGPG support])
232else 233else
233 AC_DEFINE([ENABLE_OPENPGP],[0],[Include OpenGPG support]) 234 AC_DEFINE([ENABLE_OPENPGP],[0],[Include OpenGPG support])
234fi 235fi
@@ -306,8 +307,6 @@ src/daemon/https/Makefile
306src/daemon/https/tls/Makefile 307src/daemon/https/tls/Makefile
307src/daemon/https/x509/Makefile 308src/daemon/https/x509/Makefile
308src/daemon/https/lgl/Makefile 309src/daemon/https/lgl/Makefile
309src/daemon/https/openpgp/Makefile
310src/daemon/https/opencdk/Makefile
311src/daemon/https/minitasn1/Makefile 310src/daemon/https/minitasn1/Makefile
312src/examples/Makefile 311src/examples/Makefile
313src/testcurl/Makefile 312src/testcurl/Makefile