X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=52f309b728e8a1e74eea09b60f821816bc9ce7ee;hb=fbbc1a0d02847de2b0a0ddbae8cf33bfec9dab81;hp=f2f49a8345c5cc15d4099294f09e5d4ab0c2a8d6;hpb=7cd71166e4ff5baa7349e11437f88bb9e84bd8b8;p=evince.git diff --git a/configure.ac b/configure.ac index f2f49a83..52f309b7 100644 --- a/configure.ac +++ b/configure.ac @@ -397,8 +397,8 @@ AC_ARG_ENABLE([thumbnailer], [Disable GNOME thumbnailer])], [], [case "$with_platform" in - gnome) enable_thumbnailer=yes ;; - *) enable_thumbnailer=no ;; + hildon) enable_thumbnailer=no ;; + *) enable_thumbnailer=yes ;; esac]) AM_CONDITIONAL([ENABLE_THUMBNAILER],[test "$enable_thumbnailer" = "yes"]) @@ -412,8 +412,8 @@ AC_ARG_ENABLE([previewer], [Disable the GNOME Document Previewer])], [], [case "$with_platform" in - gnome) enable_previewer=yes ;; - *) enable_previewer=no ;; + hildon) enable_previewer=no ;; + *) enable_previewer=yes ;; esac]) if test x$enable_previewer = "xyes" ; then