doesn't -> does not

This commit is contained in:
Frank Denis 2015-10-19 00:24:39 +02:00
parent af9c77b171
commit e2124999cc

View File

@ -414,7 +414,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
# error mode(TI) is a gcc extension # error mode(TI) is a gcc extension
#endif #endif
#if defined(__clang__) && !defined(__x86_64__) #if defined(__clang__) && !defined(__x86_64__)
# error clang doesn't properly compile smult_curve25519_donna_c64.c # error clang does not properly compile smult_curve25519_donna_c64.c
#endif #endif
#ifndef NATIVE_LITTLE_ENDIAN #ifndef NATIVE_LITTLE_ENDIAN
# error donna_c64 currently requires a little endian CPU # error donna_c64 currently requires a little endian CPU