Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authornshmyrev <nshmyrev@e12069bd-dc25-0410-a696-d39a8afcd844>2008-07-22 21:40:36 (GMT)
committer nshmyrev <nshmyrev@e12069bd-dc25-0410-a696-d39a8afcd844>2008-07-22 21:40:36 (GMT)
commitece4e3ab9ddf01a519fdd7caa7ff9f5ddc9f94cc (patch)
tree7e073f0da29dd96af9896d5c546fb108ebb5e59c /configure.ac
parent00cf8719a19a3e563f794e6382935c4a5ef3f3a6 (diff)
2008-07-23 Götz Waschk <waschk@mandriva.org>
* configure.ac: Correctly build desktop file. Fixes bug #544237. git-svn-id: svn+ssh://svn.gnome.org/svn/evince/trunk@3084 e12069bd-dc25-0410-a696-d39a8afcd844
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f5b5d6a..41af257 100644
--- a/configure.ac
+++ b/configure.ac
@@ -408,7 +408,7 @@ if test "x$enable_tiff" = "xyes"; then
EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/tiff;"
fi
if test "x$enable_comics" = "xyes"; then
- EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7"
+ EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;"
fi
if test "x$enable_pixbuf" = "xyes"; then
EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/*;"