changeset 9278 | 8900afb78a19 |
parent 8021 | f96e12e0ade9 |
--- a/test/configure.in Sat Dec 13 02:33:52 2014 -0500 +++ b/test/configure.in Thu Dec 18 00:19:52 2014 -0500 @@ -65,6 +65,12 @@ MATHLIB="" SYS_GL_LIBS="-lGLES_CM" ;; + *-*-emscripten* ) + dnl This should really be .js, but we need to specify extra flags when compiling to js + EXE=".bc" + MATHLIB="" + SYS_GL_LIBS="" + ;; *) dnl Oh well, call it Unix... ISUNIX="true"