From fba980778ef0857ee7000e7402e4c8a8b3c54baf Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Wed, 15 Feb 2006 05:41:20 +0000 Subject: [PATCH] Include PS in mime types list. * configure.ac: Include PS in mime types list. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.43.5