From 86e41a9d457049a4cc45efba0edcb15efbc6b045 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Wed, 21 Jul 2010 16:53:07 +0000 Subject: [build] Enable thumbnailer by default, except for hildon platform --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f2f49a8..f36495b 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"]) -- cgit v0.9.1