X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=934211392041055eed38ec82d6bbea1e3f45e5b3;hb=ac287895ed5fe949fe6c01b719a5195c877d3a75;hp=73c81968f99b5c793f040cc486fdea849809f5af;hpb=efc1202860ecf9849d517e3ca42787074b5c4d08;p=evince.git diff --git a/configure.ac b/configure.ac index 73c81968..93421139 100644 --- a/configure.ac +++ b/configure.ac @@ -417,7 +417,7 @@ if test "x$enable_ps" = "xyes" ; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps;" fi if test "x$enable_dvi" = "xyes"; then - EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-dvi;" + EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-dvi;application/x-bzdvi;application/x-gzdvi;" fi if test "x$enable_djvu" = "xyes"; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/vnd.djvu;"