From 5e33cba1571535c918759f7fe2177ab9eb5b971a Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Tue, 24 May 2005 15:25:31 +0000 Subject: Cleanup tiff configure checks. Fix for bug 305218. --- (limited to 'shell/ev-document-types.c') 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: */ -- cgit v0.9.1