diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-22 08:28:24 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-22 08:28:24 -0800 |
commit | ae657537cc1d144facb65cecfb3fe3d060fef3ec (patch) | |
tree | 3b65486d4e813bbcd6c1ab6b747d9a60a55dbf5f | |
parent | 4a00ce5444b2f7dea35625e1396550a90b030288 (diff) | |
parent | 59ad20ebfca7d4c74febc3d59e78f899cefbc814 (diff) | |
download | atril-ae657537cc1d144facb65cecfb3fe3d060fef3ec.tar.bz2 atril-ae657537cc1d144facb65cecfb3fe3d060fef3ec.tar.xz |
Merge pull request #16 from bhull2010/master
Fix evince -> atril in configure
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e8d347b4..f1994efc 100644 --- a/configure.ac +++ b/configure.ac @@ -713,7 +713,7 @@ if test "x$enable_pixbuf" = "xyes"; then ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}image/*;" fi if test "x$enable_xps" = "xyes"; then - EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/oxps;application/vnd.ms-xpsdocument;" + ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/oxps;application/vnd.ms-xpsdocument;" fi if test "x$enable_impress" = "xyes"; then ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/vnd.sun.xml.impress;application/vnd.oasis.opendocument.presentation;" |