From: Nickolay V. Shmyrev Date: Mon, 14 Nov 2005 19:02:44 +0000 (+0000) Subject: Small build fix X-Git-Tag: EVINCE_0_5_0~88 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=816c721818ed697fd998f49008dcf9950646a294;p=evince.git Small build fix --- diff --git a/backend/ev-document-factory.c b/backend/ev-document-factory.c index 7fed2b9a..f9118b62 100644 --- a/backend/ev-document-factory.c +++ b/backend/ev-document-factory.c @@ -73,7 +73,7 @@ const EvDocumentType document_types[] = { {"application/x-dvi", EV_BACKEND_DVI, dvi_document_get_type}, #endif -#ifdef ENABLE_DVI +#ifdef ENABLE_COMICS /* cbr/cbz: */ {"application/cbr", EV_BACKEND_COMICS, comics_document_get_type}, {"application/cbz", EV_BACKEND_COMICS, comics_document_get_type},