aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-16 10:14:25 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-16 10:14:25 +0000
commit94bb1bb839e1dbb9e84f0b3a31cc8689df9a9d54 (patch)
tree374987a7f8c2221ead5cecf313f1f9816a76ad59
parent1975afb1ef83a826844554aa4cb59f3ddb905d7a (diff)
downloadlibmicrohttpd-94bb1bb839e1dbb9e84f0b3a31cc8689df9a9d54.tar.gz
libmicrohttpd-94bb1bb839e1dbb9e84f0b3a31cc8689df9a9d54.zip
moving monkey
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 43489741..aefca4ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -262,7 +262,7 @@ AC_DEFINE_UNQUOTED([MHD_GCRYPT_VERSION], "$MHD_GCRYPT_VERSION", [gcrypt lib vers
262 262
263# gnutls 263# gnutls
264gnutls=0 264gnutls=0
265AC_MSG_CHECKING([for gnutls]) 265AC_MSG_CHECKING(for gnutls)
266AC_ARG_WITH(gnutls, 266AC_ARG_WITH(gnutls,
267 [ --with-gnutls=PFX base of gnutls installation], 267 [ --with-gnutls=PFX base of gnutls installation],
268 [AC_MSG_RESULT([$with_gnutls]) 268 [AC_MSG_RESULT([$with_gnutls])
@@ -350,11 +350,13 @@ AC_CACHE_CHECK([whether -export-symbols-regex works],
350 350
351 351
352# gcov compilation 352# gcov compilation
353AC_MSG_CHECKING(whether to compile with support for code coverage analysis)
353AC_ARG_ENABLE([coverage], 354AC_ARG_ENABLE([coverage],
354 AS_HELP_STRING([--enable-coverage], 355 AS_HELP_STRING([--enable-coverage],
355 [compile the library with code coverage support]), 356 [compile the library with code coverage support]),
356 [use_gcov=${enableval}], 357 [use_gcov=${enableval}],
357 [use_gcov=no]) 358 [use_gcov=no])
359AC_MSG_RESULT($use_gcov)
358AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"]) 360AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"])
359 361
360 362