summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-06 19:53:19 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-06 19:53:19 +0800
commitea7e354413d2a6d74cfea5743a507cd65c7ce192 (patch)
tree3947dadd61cde83ae0604589377f9e80c3545d62 /configure.ac
parentc22d47f78acf4053a4856be1e2f4b2d48b822594 (diff)
No need for difference on Emscripten
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 00234a5..d9f3082 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,11 +16,6 @@ case $host in
*) ios=false;;
esac
AM_CONDITIONAL([IOS], [test x$ios = xtrue])
-case $host_cpu in
- *wasm* ) wasm=true;;
- *) wasm=false;;
-esac
-AM_CONDITIONAL([WASM], [test x$wasm = xtrue])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT