https://bugs.documentfoundation.org/show_bug.cgi?id=116916

--- Comment #6 from Tor Lillqvist <t...@iki.fi> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to