aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9d628ee1..982e52a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -814,6 +814,7 @@ AS_IF([test "x$USE_THREADS" = "xposix"],
814 [AC_DEFINE([MHD_USE_W32_THREADS],[1],[define to use W32 threads])])]) 814 [AC_DEFINE([MHD_USE_W32_THREADS],[1],[define to use W32 threads])])])
815AM_CONDITIONAL([USE_POSIX_THREADS], [test "x$USE_THREADS" = "xposix"]) 815AM_CONDITIONAL([USE_POSIX_THREADS], [test "x$USE_THREADS" = "xposix"])
816AM_CONDITIONAL([USE_W32_THREADS], [test "x$USE_THREADS" = "xw32"]) 816AM_CONDITIONAL([USE_W32_THREADS], [test "x$USE_THREADS" = "xw32"])
817AM_CONDITIONAL([USE_THREADS], [test "x$USE_THREADS" != "xnone"])
817AM_CONDITIONAL([DISABLE_THREADS], [test "x$USE_THREADS" = "xnone"]) 818AM_CONDITIONAL([DISABLE_THREADS], [test "x$USE_THREADS" = "xnone"])
818AC_MSG_RESULT([$USE_THREADS]) 819AC_MSG_RESULT([$USE_THREADS])
819 820