Attention is currently required from: Hoernchen, osmith, pespin.
1 comment:
File Transceiver52M/arch/common/Makefile.am:
Patch Set #1, Line 16: NOT_HAVE_EMSCRIPTEN
I believe you can re-use `HAVE_EMSCRIPTEN` here:
```suggestion
if !HAVE_EMSCRIPTEN
```
According to https://www.gnu.org/software/automake/manual/html_node/Usage-of-Conditionals.html, this seems to be a valid syntax. You can then remove `NOT_HAVE_EMSCRIPTEN`.
To view, visit change 42243. To unsubscribe, or for help writing mail filters, visit settings.