]> www.fi.muni.cz Git - evince.git/commitdiff
Include PS in mime types list.
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Wed, 15 Feb 2006 05:41:20 +0000 (05:41 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Wed, 15 Feb 2006 05:41:20 +0000 (05:41 +0000)
* configure.ac: Include PS in mime types
list.

ChangeLog
configure.ac

index 1167b7d34710f26dc053d84c232ad37d5226f672..0260f5810c803b791ab5808611b07375dfe356c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-15  Luca Ferretti <elle.uca@libero.it>
+
+       * configure.ac: Include PS in mime types
+       list. 
+
 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * configure.ac:
index aafd6f3c7fe942a32bd4aabf2846ef05a79de725..1c2c30d01d88211fafeb7039e985de45079a7a96 100644 (file)
@@ -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