mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-11 14:32:13 +00:00
Trivial: build-aux/m4/l_atomic: Fix typo
Github-Pull: #8784 Rebased-From: 3f8a5d8f6e95c3c1aa62433abc5edb0c93caae11
This commit is contained in:
parent
fa58e55cef
commit
2cfcca7ca6
@ -32,7 +32,7 @@ AC_DEFUN([CHECK_ATOMIC], [
|
|||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
],[
|
],[
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
AC_MSG_FAILURE([cannot figure our how to use std::atomic])
|
AC_MSG_FAILURE([cannot figure out how to use std::atomic])
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user