summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-10-24 12:25:41 +0200
committerStefano Karapetsas <[email protected]>2014-10-24 12:25:41 +0200
commit0ca75dc81e4c88a72a0673118ede2b0c83f5ecf0 (patch)
treec01c21ee3ebd01cb9bf9cc3bf8e2b47cdbf64982 /configure.ac
parentb15172124b24fe4a5cfbe80ef1bf524b7fb95ea6 (diff)
downloadatril-0ca75dc81e4c88a72a0673118ede2b0c83f5ecf0.tar.bz2
atril-0ca75dc81e4c88a72a0673118ede2b0c83f5ecf0.tar.xz
Fix epub mimetypes in configure.ac
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 d07c08e0..3f0e59e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -751,7 +751,7 @@ if test "x$enable_xps" = "xyes"; then
ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/oxps;application/vnd.ms-xpsdocument;"
fi
if test "x$enable_epub" = "xyes"; then
- ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/epub+zip"
+ ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/epub+zip;"
fi
AC_SUBST(ATRIL_MIME_TYPES)