Advertisement
Guest User

Untitled

a guest
Apr 6th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.68 KB | None | 0 0
  1. diff --git a/configure b/configure
  2. index 08d6fc5983..a9490c1828 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -5820,7 +5820,7 @@ check_header asm/types.h
  6.  # it seems there are versions of clang in some distros that try to use the
  7.  # gcc headers, which explodes for stdatomic
  8.  # so we also check that atomics actually work here
  9. -check_builtin stdatomic stdatomic.h "atomic_int foo, bar = ATOMIC_VAR_INIT(-1); atomic_store(&foo, 0)"
  10. +check_builtin stdatomic stdatomic.h "atomic_int foo, bar = ATOMIC_VAR_INIT(-1); atomic_store(&foo, 0); bar = 0;"
  11.  
  12.  check_lib advapi32 "windows.h"            RegCloseKey          -ladvapi32
  13.  check_lib ole32    "windows.h"            CoTaskMemFree        -lole32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement