projects
/
platform
/
upstream
/
libatomic_ops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5037981
)
Fix typo in configure.ac (in description of AO_ASM_X64_AVAILABLE)
author
Ivan Maidanski
<ivmai@mail.ru>
Mon, 18 Apr 2016 21:42:30 +0000
(
00:42
+0300)
committer
Ivan Maidanski
<ivmai@mail.ru>
Mon, 18 Apr 2016 21:42:30 +0000
(
00:42
+0300)
* configure.ac (AO_ASM_X64_AVAILABLE): Fix typo ("available").
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e11b9c7
..
32764aa
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-117,7
+117,7
@@
AH_TEMPLATE([AO_USE_PTHREAD_DEFS],
[Emulate atomic operations via slow and async-signal-unsafe \
pthread locking])
AH_TEMPLATE([AO_ASM_X64_AVAILABLE],
- [Inline assembly avalable (only VC/x86_64)])
+ [Inline assembly ava
i
lable (only VC/x86_64)])
AH_TEMPLATE([AO_ASSUME_VISTA],
[Assume Windows Server 2003, Vista or later target (only VC/x86)])
AH_TEMPLATE([AO_ASSUME_WINDOWS98],