From 5aeebd880e851d7d1a032b14dd0a04cafaa016c4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 22 Nov 2014 14:31:43 -0800 Subject: [PATCH] Change EXEEXT to .js for Emscripten --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 3a908468..2071d5cf 100644 --- a/configure.ac +++ b/configure.ac @@ -413,6 +413,11 @@ AC_CHECK_FUNCS([posix_memalign]) AC_SUBST([LIBTOOL_EXTRA_FLAGS]) +dnl Executables extension +AS_IF([test "x$EMSCRIPTEN" != "x"],[ + EXEEXT=.js +]) + dnl Libtool. LT_INIT([dlopen])