acinclude.m4: set default box type to nevis

This commit is contained in:
[CST] Focus
2013-01-30 14:28:07 +04:00
parent 720bfba267
commit 258d2b8666

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