Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1167b7d..0260f58 100644
--- 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:
diff --git a/configure.ac b/configure.ac
index aafd6f3..1c2c30d 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