1 Commits

Author SHA1 Message Date
Breno Leitao
c6f31c458a testing/dante: Fix build on new compiler
Dante is failing because they are using #if MACRO, where MACRO is just a
number.
In this case, they just use #ifdef or #if defined(MACRO). Fixing it to
enable dante to be buildable.
2017-05-10 20:09:20 +00:00