<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Icon themes missing on LibreOffice Vanilla from macOS appstore"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116916#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Icon themes missing on LibreOffice Vanilla from macOS appstore"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116916">bug 116916</a>
              from <span class="vcard"><a class="email" href="mailto:tml@iki.fi" title="Tor Lillqvist <tml@iki.fi>"> <span class="fn">Tor Lillqvist</span></a>
</span></b>
        <pre>So is configure.ac wrong then, when it claims that only tango is compatible
with the --enable-mpl-subset option?

AC_MSG_CHECKING([MPL subset])
MPL_SUBSET=

if test "$enable_mpl_subset" = "yes"; then

[...]

    for theme in $WITH_THEMES; do
        case $theme in
        breeze|crystal|default|hicontrast|oxygen|sifr)
            AC_MSG_ERROR([need to disable icon themes from '$WITH_THEMES':
$theme present, use --with-theme=tango]) ;;
        *) : ;;
        esac
    done</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>