Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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