acinclude.m4: set default box type to nevis

Origin commit data
------------------
Commit: 258d2b8666
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
This commit is contained in:
[CST] Focus
2013-01-30 14:28:07 +04:00
parent 59febc76c3
commit 3fe71fe637

View File

@@ -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])