summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-11-01 16:22:56 +0200
committerMartin Storsjö <martin@martin.st>2011-11-01 16:48:15 +0200
commit7b7b220cf709f193e5e79b5fc83b51196aab7cf6 (patch)
tree77320773313cd13764ec1b1d535e107366ba0c5e /configure
parent02170990fdb2a05c6eaf5fd449f440ec51c0f822 (diff)
Enable w32threads automatically unless explicitly disabled
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 80adbdc3a3..c23660e524 100755
--- a/configure
+++ b/configure
@@ -92,7 +92,7 @@ Configuration options:
--disable-postproc disable libpostproc build
--disable-avfilter disable video filter support [no]
--disable-pthreads disable pthreads [auto]
- --enable-w32threads use Win32 threads [no]
+ --disable-w32threads disable Win32 threads [auto]
--enable-x11grab enable X11 grabbing [no]
--disable-network disable network support [no]
--enable-gray enable full grayscale support (slower color)
@@ -2436,6 +2436,7 @@ case $target_os in
disable network
else
target_os=mingw32
+ enable_weak w32threads
fi
LIBTARGET=i386
if enabled x86_64; then