mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
acinclude.m4: set default box type to nevis
This commit is contained in:
@@ -446,7 +446,7 @@ AC_ARG_WITH(boxmodel,
|
|||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([unsupported value $withval for --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
|
[if test "$BOXTYPE" = "dreambox" -o "$BOXTYPE" = "ipbox" && test -z "$BOXMODEL"; then
|
||||||
AC_MSG_ERROR([Dreambox/IPBox needs --with-boxmodel])
|
AC_MSG_ERROR([Dreambox/IPBox needs --with-boxmodel])
|
||||||
fi])
|
fi])
|
||||||
|
Reference in New Issue
Block a user