aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-26 14:49:15 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-26 14:49:15 +0300
commitbb9fdec12ee0ace4672311ad6a23dd421a6c012f (patch)
treea05421ca9324d1191c10ce13b468fd5776b2ee13 /configure.ac
parentbf14ea781b42cb6214ea58b5ea271a87c4e5a71e (diff)
downloadlibmicrohttpd-bb9fdec12ee0ace4672311ad6a23dd421a6c012f.tar.gz
libmicrohttpd-bb9fdec12ee0ace4672311ad6a23dd421a6c012f.zip
test-suite: fixed tests on Cygwin
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 47ffbd38..9174fa4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -346,6 +346,9 @@ gnu*)
346;; 346;;
347esac 347esac
348 348
349AM_CONDITIONAL([CYGWIN_TARGET], [[test "x$os_is_windows" = "xyes" && \
350 test "x${os_is_native_w32}" != "xyes"]])
351
349AC_ARG_WITH([threads], 352AC_ARG_WITH([threads],
350 [AS_HELP_STRING([--with-threads=LIB],[choose threading library (posix, w32, auto) [auto]])], 353 [AS_HELP_STRING([--with-threads=LIB],[choose threading library (posix, w32, auto) [auto]])],
351 [], [with_threads='auto']) 354 [], [with_threads='auto'])