From 86e41a9d457049a4cc45efba0edcb15efbc6b045 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Wed, 21 Jul 2010 18:53:07 +0200 Subject: [PATCH] [build] Enable thumbnailer by default, except for hildon platform --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f2f49a83..f36495ba 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"]) -- 2.43.0