From 874c751cc5b99cd68932e21c2c3a0d21134207e0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 18 Dec 2013 22:29:25 +0100 Subject: threads: Check w32threads dependencies at the configure stage Also add warning comment about threading implementations without matching atomics implementation to the atomics fallback implementation. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 292da47f72..841c39a00c 100755 --- a/configure +++ b/configure @@ -1606,6 +1606,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 -- cgit v1.2.3