From f8c50d1c8395ce8c9d62dbb10d9088d056caa07b Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 30 Jan 2013 14:28:07 +0400 Subject: [PATCH] acinclude.m4: set default box type to nevis Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/258d2b866628ff875a11a4fd5961e18f9d904b80 Author: [CST] Focus Date: 2013-01-30 (Wed, 30 Jan 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 163824de4..6a9195a4a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -446,7 +446,7 @@ AC_ARG_WITH(boxmodel, *) AC_MSG_ERROR([unsupported value $withval for --with-boxmodel]) ;; - esac], + esac], [BOXMODEL="nevis"] [if test "$BOXTYPE" = "dreambox" -o "$BOXTYPE" = "ipbox" && test -z "$BOXMODEL"; then AC_MSG_ERROR([Dreambox/IPBox needs --with-boxmodel]) fi])