From ae2a6c06f8fdd765f837ae7008bcaa514db71339 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 18 Dec 2017 14:51:30 +0100 Subject: [PATCH] - acinclude: configure for generic hardware by default Signed-off-by: Thilo Graf --- acinclude.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 9db7454bf..3c815c590 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -319,7 +319,7 @@ AC_ARG_WITH(boxtype, AC_MSG_ERROR([bad value $withval for --with-boxtype]) ;; esac], - [BOXTYPE="coolstream"]) + [BOXTYPE="generic"]) AC_ARG_WITH(boxmodel, AS_HELP_STRING([--with-boxmodel], [valid for coolstream: hd1, hd2]) @@ -362,8 +362,7 @@ AS_HELP_STRING([], [valid for generic: raspi]), *) AC_MSG_ERROR([unsupported value $withval for --with-boxmodel]) ;; - esac], - [test "$BOXTYPE" = "coolstream" && BOXMODEL="hd1" || true]) + esac]) AC_SUBST(BOXTYPE) AC_SUBST(BOXMODEL)