libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 94bb1bb839e1dbb9e84f0b3a31cc8689df9a9d54
parent 1975afb1ef83a826844554aa4cb59f3ddb905d7a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 16 Jun 2011 10:14:25 +0000

moving monkey

Diffstat:
Mconfigure.ac | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -262,7 +262,7 @@ AC_DEFINE_UNQUOTED([MHD_GCRYPT_VERSION], "$MHD_GCRYPT_VERSION", [gcrypt lib vers # gnutls gnutls=0 -AC_MSG_CHECKING([for gnutls]) +AC_MSG_CHECKING(for gnutls) AC_ARG_WITH(gnutls, [ --with-gnutls=PFX base of gnutls installation], [AC_MSG_RESULT([$with_gnutls]) @@ -350,11 +350,13 @@ AC_CACHE_CHECK([whether -export-symbols-regex works], # gcov compilation +AC_MSG_CHECKING(whether to compile with support for code coverage analysis) AC_ARG_ENABLE([coverage], AS_HELP_STRING([--enable-coverage], [compile the library with code coverage support]), [use_gcov=${enableval}], [use_gcov=no]) +AC_MSG_RESULT($use_gcov) AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"])