Skip to content

Commit 609da1a

Browse files
committed
Address review comments and rerun autoconf
1 parent 6c3bdd8 commit 609da1a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

configure

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -793,9 +793,9 @@ if test "$cross_compiling" = yes; then
793793
*-*-vxworks*)
794794
_host_ident=$host_cpu
795795
;;
796-
*-*-emscripten)
797-
_host_ident=$(emcc -dumpversion)-$host_cpu
798-
;;
796+
*-*-emscripten)
797+
_host_ident=$(emcc -dumpversion)-$host_cpu
798+
;;
799799
wasm32-*-* | wasm64-*-*)
800800
_host_ident=$host_cpu
801801
;;

0 commit comments

Comments
 (0)