]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
[i18n] Updated German translation
[evince.git] / configure.ac
index f2f49a8345c5cc15d4099294f09e5d4ab0c2a8d6..52f309b728e8a1e74eea09b60f821816bc9ce7ee 100644 (file)
@@ -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