Add configure check for -latomic
This commit is contained in:
committed by
Jack Grigg
parent
15472b7d84
commit
d812d95a8f
@@ -57,6 +57,9 @@ case $host in
|
||||
esac
|
||||
dnl Require C++11 compiler (no GNU extensions)
|
||||
AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])
|
||||
dnl Check if -latomic is required for <std::atomic>
|
||||
CHECK_ATOMIC
|
||||
|
||||
dnl Libtool init checks.
|
||||
LT_INIT([pic-only])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user