diff --git a/configure.ac b/configure.ac index 04e913f76..fabe46e56 100644 --- a/configure.ac +++ b/configure.ac @@ -140,6 +140,7 @@ if test "$BOXTYPE" = "coolstream"; then fi if test "$BOXTYPE" = "coolstream" || + test "$BOXTYPE" = "generic" || test "$BOXTYPE" = "tripledragon" || test "$BOXTYPE" = "spark"; then AC_DEFINE(SCREENSHOT,1,[Define to 1 if the platform supports screenshots])