X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=bb98cb2bd0332453bf9afb16de3a5a4d9f3c3539;hb=5116efc5a3dbd950e06b3838b34964bb2ce04307;hp=d0712b28c5c20a808b92ca67f40d6084b8cfc573;hpb=a09aa79195825d5d9c80c36362203c7c36a5e914;p=evince.git diff --git a/configure.ac b/configure.ac index d0712b28..bb98cb2b 100644 --- a/configure.ac +++ b/configure.ac @@ -675,7 +675,7 @@ dnl ================== End of XPS checks ======================================= dnl =================== Mime types list ==================================================== if test "x$enable_pdf" = "xyes" ; then - EVINCE_MIME_TYPES="application/pdf;application/x-bzpdf;application/x-gzpdf;" + EVINCE_MIME_TYPES="application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-wwf;" fi 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;"