Searched refs:EMSCRIPTEN (Results 1 - 3 of 3) sorted by relevance

/src/sys/external/isc/libsodium/dist/
H A Dconfigure.ac76 AS_IF([test "x$EMSCRIPTEN" != "x"], [
81 AC_MSG_WARN([EMSCRIPTEN environment variable defined, but emcc doesn't appear to be used - Assuming compilation to native code])
83 unset EMSCRIPTEN
355 AS_IF([test "x$EMSCRIPTEN" = "x" -a "$host_os" != "pnacl"], [
773 AS_IF([test "x$EMSCRIPTEN" = "x"],[
782 AS_IF([test "x$EMSCRIPTEN" != "x"],[
787 AM_CONDITIONAL([EMSCRIPTEN], [test "x$EMSCRIPTEN" != "x"]) condition
H A Dconfigure4367 if test "x$EMSCRIPTEN" != "x"; then :
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: EMSCRIPTEN environment variable defined, but emcc doesn't appear to be used - Assuming compilation to native code" >&5
4408 $as_echo "$as_me: WARNING: EMSCRIPTEN environment variable defined, but emcc doesn't appear to be used - Assuming compilation to native code" >&2;}
4410 unset EMSCRIPTEN
16610 if test "x$EMSCRIPTEN" = "x" -a "$host_os" != "pnacl"; then :
18727 if test "x$EMSCRIPTEN" = "x"; then :
18771 if test "x$EMSCRIPTEN" != "x"; then :
18778 if test "x$EMSCRIPTEN" != "x"; then
19353 as_fn_error $? "conditional \"EMSCRIPTEN\" was never defined.
/src/sys/external/isc/libsodium/dist/src/libsodium/
H A DMakefile.am206 if !EMSCRIPTEN

Completed in 20 milliseconds