From: Nickolay V. Shmyrev Date: Wed, 15 Feb 2006 05:41:20 +0000 (+0000) Subject: Include PS in mime types list. X-Git-Tag: EVINCE_0_5_1~27 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=fba980778ef0857ee7000e7402e4c8a8b3c54baf;p=evince.git Include PS in mime types list. * configure.ac: Include PS in mime types list. --- diff --git a/ChangeLog b/ChangeLog index 1167b7d3..0260f581 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-15 Luca Ferretti + + * configure.ac: Include PS in mime types + list. + 2006-02-13 Nickolay V. Shmyrev * configure.ac: diff --git a/configure.ac b/configure.ac index aafd6f3c..1c2c30d0 100644 --- a/configure.ac +++ b/configure.ac @@ -307,7 +307,7 @@ dnl =================== Mime types list ======================================== EVINCE_MIME_TYPES="application/pdf" -if test "x$disable_ps" = "xno" ; then +if test "x$enable_ps" = "xyes" ; then EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/postscript;application/x-gzpostscript" fi if test "x$enable_dvi" = "xyes"; then