Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-document-types.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-05-24 15:25:31 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-05-24 15:25:31 (GMT)
commit5e33cba1571535c918759f7fe2177ab9eb5b971a (patch)
tree6bac6d63f4193fda95ca993b06d9649b5d311acc /shell/ev-document-types.c
parent2f699999fc1a36a07c619531c7063f415156093e (diff)
Cleanup tiff configure checks. Fix for bug 305218.
Diffstat (limited to 'shell/ev-document-types.c')
-rw-r--r--shell/ev-document-types.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-document-types.c b/shell/ev-document-types.c
index b39cfd7..6ce546b 100644
--- a/shell/ev-document-types.c
+++ b/shell/ev-document-types.c
@@ -57,8 +57,10 @@ const EvDocumentType document_types[] = {
{"application/x-gzpostscript", ps_document_get_type},
{"image/x-eps", ps_document_get_type},
+#ifdef ENABLE_TIFF
/* Tiff: */
{"image/tiff", tiff_document_get_type},
+#endif
#ifdef ENABLE_DJVU
/* djvu: */