Guest User

Untitled

a guest
Apr 6th, 2018
37
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×