diff options
author | Stefano Karapetsas <[email protected]> | 2014-10-24 12:25:41 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-10-24 12:25:41 +0200 |
commit | 0ca75dc81e4c88a72a0673118ede2b0c83f5ecf0 (patch) | |
tree | c01c21ee3ebd01cb9bf9cc3bf8e2b47cdbf64982 | |
parent | b15172124b24fe4a5cfbe80ef1bf524b7fb95ea6 (diff) | |
download | atril-0ca75dc81e4c88a72a0673118ede2b0c83f5ecf0.tar.bz2 atril-0ca75dc81e4c88a72a0673118ede2b0c83f5ecf0.tar.xz |
Fix epub mimetypes in configure.ac
-rw-r--r-- | configure.ac | 2 |
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) |