Browse Source

configure: Simplify an expression with enabled_all.

tags/n2.0
Diego Biurrun 12 years ago
parent
commit
6dc6598692
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -3692,7 +3692,7 @@ for thread in $THREADS_LIST; do
done

enabled sync_val_compare_and_swap && enable atomics_gcc
enabled machine_rw_barrier && enabled atomic_cas_ptr && enable atomics_suncc
enabled_all atomic_cas_ptr machine_rw_barrier && enable atomics_suncc
enabled MemoryBarrier && enable atomics_win32

check_lib math.h sin -lm && LIBM="-lm"


Loading…
Cancel
Save