EMSCRIPTEN -> __EMSCRIPTEN__

This commit is contained in:
Frank Denis 2015-11-04 22:07:36 +01:00
parent 91fc9e298a
commit 3f3969ffae

View File

@ -432,7 +432,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#ifndef NATIVE_LITTLE_ENDIAN
# error donna_c64 currently requires a little endian CPU
#endif
#ifdef EMSCRIPTEN
#ifdef __EMSCRIPTEN__
# error emscripten currently supports only shift operations on integers \
# larger than 64 bits
#endif