diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 | ;; |
347 | esac | 347 | esac |
348 | 348 | ||
349 | AM_CONDITIONAL([CYGWIN_TARGET], [[test "x$os_is_windows" = "xyes" && \ | ||
350 | test "x${os_is_native_w32}" != "xyes"]]) | ||
351 | |||
349 | AC_ARG_WITH([threads], | 352 | AC_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']) |