diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-27 20:33:21 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-27 20:33:21 +0200 |
commit | 0ccbc83f09c65cdb252c63ee110bac7e91f4c7bd (patch) | |
tree | 85befc9e4e4568c2cc0d5960f3dbb1d55b647223 /configure.ac | |
parent | 360c4652feef85e15c936d9da9d3c49b081cd502 (diff) | |
download | atril-0ccbc83f09c65cdb252c63ee110bac7e91f4c7bd.tar.bz2 atril-0ccbc83f09c65cdb252c63ee110bac7e91f4c7bd.tar.xz |
Remove broken impress backend
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.ac b/configure.ac index 673097b9..20c48281 100644 --- a/configure.ac +++ b/configure.ac @@ -673,21 +673,6 @@ AM_CONDITIONAL(ENABLE_XPS, test x$enable_xps = xyes) dnl ================== End of XPS checks =================================================== -dnl ================== impress book checks =================================================== - -AC_ARG_ENABLE(impress, - [AS_HELP_STRING([--enable-impress], - [Compile with support for impress presentations])], - [enable_impress=$enableval], - [enable_impress=no]) - -if test "x$enable_impress" = "xyes"; then - AC_DEFINE([ENABLE_IMPRESS], [1], [Enable support for impress.]) -fi -AM_CONDITIONAL(ENABLE_IMPRESS, test x$enable_impress = xyes) - -dnl ================== End of impress book checks ============================================ - dnl =================== Mime types list ==================================================== if test "x$enable_pdf" = "xyes" ; then @@ -714,9 +699,6 @@ fi if test "x$enable_xps" = "xyes"; then 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;" -fi AC_SUBST(ATRIL_MIME_TYPES) AC_CHECK_FUNC(localtime_r, AC_DEFINE(HAVE_LOCALTIME_R, 1, [Defines if localtime_r is available on your system])) @@ -791,7 +773,6 @@ backend/comics/Makefile backend/djvu/Makefile backend/dvi/Makefile backend/dvi/mdvi-lib/Makefile -backend/impress/Makefile backend/pdf/Makefile backend/pixbuf/Makefile backend/ps/Makefile @@ -881,5 +862,4 @@ Configure summary: Pixbuf Backend.....: $enable_pixbuf Comics Backend.....: $enable_comics XPS Backend........: $enable_xps - Impress Backend....: $enable_impress " |