From 6d1eb46807e7b3ccf8b0e81150d048c18d4de6ed Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 15 Oct 2019 22:02:04 +0200 Subject: [PATCH] fix commit bdd31a77f768737c020cbf7376d536497cf66582 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/6d6a0ded6fd7f55337bad6afbbc4e0993d773690 Author: vanhofen Date: 2019-10-15 (Tue, 15 Oct 2019) Origin message was: ------------------ - fix commit bdd31a77f768737c020cbf7376d536497cf66582 ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- acinclude.m4 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 22b2d3f6e..3cf3043f7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -577,13 +577,11 @@ elif test "$BOXMODEL" = "vuduo"; then fi # BOXMODELs that allows to change osd resolution -boxmodels=hd2 hd51 hd60 bre2ze4k vusolo4k vuduo4k vuultimo4k vuuno4k vuuno4kse vuzero4k vuduo - -for boxmodel in $boxmodels; do - if test "$BOXMODEL" = "$boxmodel"; then +case "$BOXMODEL" in + hd2|hd51|hd60|bre2ze4k|vusolo4k|vuduo4k|vuultimo4k|vuuno4k|vuuno4kse|vuzero4k|vuduo) AC_DEFINE(ENABLE_CHANGE_OSD_RESOLUTION, 1, [enable to change osd resolution]) - fi -done + ;; +esac ]) dnl backward compatiblity