Advertisement
svenhoefer

Untitled

Mar 22nd, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.77 KB | None | 0 0
  1. diff --git a/acinclude.m4 b/acinclude.m4
  2. index 5bfcbfc..ffc1024 100644
  3. --- a/acinclude.m4
  4. +++ b/acinclude.m4
  5. @@ -285,7 +285,7 @@ AC_ARG_WITH(boxtype,
  6.                         ;;
  7.                 *)
  8.                         AC_MSG_ERROR([bad value $withval for --with-boxtype]) ;;
  9. -       esac], [BOXTYPE="coolstream"])
  10. +       esac], [BOXTYPE=""])
  11.  
  12.  AC_ARG_WITH(boxmodel,
  13.         [  --with-boxmodel         valid for coolstream: hd1, hd2
  14. @@ -327,8 +327,7 @@ AC_ARG_WITH(boxmodel,
  15.                 *)
  16.                         AC_MSG_ERROR([unsupported value $withval for --with-boxmodel])
  17.                         ;;
  18. -       esac], [test "$BOXTYPE" = "coolstream" && BOXMODEL="hd1" || true]
  19. -       )
  20. +       esac], [BOXMODEL=""])
  21.  
  22.  AC_SUBST(BOXTYPE)
  23.  AC_SUBST(BOXMODEL)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement