aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ea49349b..cfe3e554 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of libmicrohttpd. 1# This file is part of libmicrohttpd.
2# (C) 2006-2020 Christian Grothoff (and other contributing authors) 2# (C) 2006-2021 Christian Grothoff (and other contributing authors)
3# 3#
4# libmicrohttpd is free software; you can redistribute it and/or modify 4# libmicrohttpd is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published 5# it under the terms of the GNU General Public License as published
@@ -935,7 +935,7 @@ test "x$enable_examples" = "xno" || enable_examples=yes
935AM_CONDITIONAL([BUILD_EXAMPLES], [test "x$enable_examples" = "xyes"]) 935AM_CONDITIONAL([BUILD_EXAMPLES], [test "x$enable_examples" = "xyes"])
936 936
937AC_ARG_ENABLE([[heavy-tests]], 937AC_ARG_ENABLE([[heavy-tests]],
938 [AS_HELP_STRING([[--enable-heavy-tests]], [use heavy tests in test-suite. WARNING:] 938 [AS_HELP_STRING([[--enable-heavy-tests]], [use heavy tests in test-suite. WARNING:]
939 [a dedicated host with minimal number of background processes and no network] 939 [a dedicated host with minimal number of background processes and no network]
940 [activity is recommended to enable.])], [], 940 [activity is recommended to enable.])], [],
941 [enable_heavy_tests=no]) 941 [enable_heavy_tests=no])
@@ -2413,6 +2413,7 @@ src/Makefile
2413src/include/Makefile 2413src/include/Makefile
2414src/lib/Makefile 2414src/lib/Makefile
2415src/microhttpd/Makefile 2415src/microhttpd/Makefile
2416src/microhttpd_ws/Makefile
2416src/examples/Makefile 2417src/examples/Makefile
2417src/testcurl/Makefile 2418src/testcurl/Makefile
2418src/testcurl/https/Makefile 2419src/testcurl/https/Makefile