Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-15 05:41:20 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-15 05:41:20 (GMT)
commitfba980778ef0857ee7000e7402e4c8a8b3c54baf (patch)
treea524409c518c63d91e7815137023bc8bdbcb855e /configure.ac
parent54f0a2859ae6193f8123b61796671ec16eb72fb2 (diff)
Include PS in mime types list.
* configure.ac: Include PS in mime types list.
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 aafd6f3..1c2c30d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -307,7 +307,7 @@ dnl =================== Mime types list ========================================
EVINCE_MIME_TYPES="application/pdf"
-if test "x$disable_ps" = "xno" ; then
+if test "x$enable_ps" = "xyes" ; then
EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/postscript;application/x-gzpostscript"
fi
if test "x$enable_dvi" = "xyes"; then