From fba980778ef0857ee7000e7402e4c8a8b3c54baf Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Wed, 15 Feb 2006 05:41:20 +0000 Subject: Include PS in mime types list. * configure.ac: Include PS in mime types list. --- (limited to 'configure.ac') 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 -- cgit v0.9.1