OSDN Git Service

Merge commit '6dc6598692da3b0ebda2d768681786343f26a4f4'
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 24 Jun 2013 08:16:03 +0000 (10:16 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 24 Jun 2013 08:16:12 +0000 (10:16 +0200)
* commit '6dc6598692da3b0ebda2d768681786343f26a4f4':
  configure: Simplify an expression with enabled_all.

Merged-by: Michael Niedermayer <michaelni@gmx.at>
1  2 
configure

diff --cc configure
+++ b/configure
@@@ -4083,12 -3691,8 +4083,12 @@@ for thread in $THREADS_LIST; d
      fi
  done
  
 +if enabled pthreads; then
 +  check_func pthread_cancel
 +fi
 +
  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"