summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-19 21:53:42 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-19 21:53:58 +0100
commit0a30ad34735745c0e0f1610ab43c205255527f00 (patch)
tree635f3f8e878188044411a8f8939fb4af80d71e4c /configure
parent4332b01c30a446e9c177fe44761a612daa0334c7 (diff)
parent874c751cc5b99cd68932e21c2c3a0d21134207e0 (diff)
Merge commit '874c751cc5b99cd68932e21c2c3a0d21134207e0'
* commit '874c751cc5b99cd68932e21c2c3a0d21134207e0': threads: Check w32threads dependencies at the configure stage Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 18e8c4fc55..71b30a4760 100755
--- a/configure
+++ b/configure
@@ -1859,6 +1859,7 @@ atomics_gcc_if="sync_val_compare_and_swap"
atomics_suncc_if="atomic_cas_ptr machine_rw_barrier"
atomics_win32_if="MemoryBarrier"
atomics_native_if_any="$ATOMICS_LIST"
+w32threads_deps="atomics_native"
threads_if_any="$THREADS_LIST"
# subsystems