]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Add compressed dvi to the list of supported mime types. Patch by Ed
[evince.git] / configure.ac
index 73c81968f99b5c793f040cc486fdea849809f5af..934211392041055eed38ec82d6bbea1e3f45e5b3 100644 (file)
@@ -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;"