Sfoglia il codice sorgente

Fix typo in autoconf check for html5.h.

legacy
Sam Hocevar 6 anni fa
parent
commit
3beea51c06
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      build/autotools/m4/lol-conf.m4

+ 1
- 1
build/autotools/m4/lol-conf.m4 Vedi File

@@ -175,7 +175,7 @@ dnl Are we building using Emscripten?
ac_cv_my_have_emscripten="no"
AC_CHECK_HEADERS(emscripten.h,
[ac_cv_my_have_emscripten="yes"
AC_CHECK_HEADERS(html5/emscripten.h)
AC_CHECK_HEADERS(emscripten/html5.h)
dnl XXX: activate this if memory heap is too small
#AM_CXXFLAGS="${AM_CXXFLAGS} -s ALLOW_MEMORY_GROWTH=1"
dnl HACK: until emcc properly adds these to EMSDK_OPTS


Caricamento…
Annulla
Salva