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