From: Ivan Maidanski Date: Mon, 18 Apr 2016 21:42:30 +0000 (+0300) Subject: Fix typo in configure.ac (in description of AO_ASM_X64_AVAILABLE) X-Git-Tag: libatomic_ops-7_4_4~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37d606634fd26472c996d65f27b2615c58c567ca;p=libatomic_ops Fix typo in configure.ac (in description of AO_ASM_X64_AVAILABLE) * configure.ac (AO_ASM_X64_AVAILABLE): Fix typo ("available"). --- diff --git a/configure.ac b/configure.ac index fd238ab..0b3bcc7 100644 --- a/configure.ac +++ b/configure.ac @@ -111,7 +111,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 available (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],