summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Hull <[email protected]>2012-11-22 11:13:43 -0500
committerBrent Hull <[email protected]>2012-11-22 11:13:43 -0500
commit59ad20ebfca7d4c74febc3d59e78f899cefbc814 (patch)
tree3b65486d4e813bbcd6c1ab6b747d9a60a55dbf5f
parent4a00ce5444b2f7dea35625e1396550a90b030288 (diff)
downloadatril-59ad20ebfca7d4c74febc3d59e78f899cefbc814.tar.bz2
atril-59ad20ebfca7d4c74febc3d59e78f899cefbc814.tar.xz
Fix leftover evince -> atril in configure
-rw-r--r--configure.ac2
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;"