Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEd Catmur <ed@catmur.co.uk>2007-02-11 18:20:34 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-02-11 18:20:34 (GMT)
commit59a8371c127395a57af3410e6d2bc7792da361e9 (patch)
tree0e16f3363b16c17490ff9d9ef3337298bfca45c9 /configure.ac
parentaf0108498152e6781610b1d2a0c24c830ce08ba7 (diff)
Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2007-02-11 Ed Catmur <ed@catmur.co.uk> * configure.ac: Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was duplicated adding application/x-bzpostscript instead. svn path=/trunk/; revision=2315
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 2962248..77165b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -385,7 +385,7 @@ if test "x$enable_pdf" = "xyes" ; then
EVINCE_MIME_TYPES="application/pdf;application/x-bzpdf;application/x-gzpdf"
fi
if test "x$enable_ps" = "xyes" ; then
- EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/postscript;application/x-gzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps"
+ EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps"
fi
if test "x$enable_dvi" = "xyes"; then
EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/x-dvi"