Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2010-07-21 16:56:16 (GMT)
committer Hib Eris <hib@hiberis.nl>2010-07-26 13:34:18 (GMT)
commitd28b2a4d0bfa944532cec1512a2fa73ef24ebd6d (patch)
tree8fda5a65022d25faa1eac3a06bed0ac45923a6ec /configure.ac
parent86e41a9d457049a4cc45efba0edcb15efbc6b045 (diff)
[build] Enable previewer by default, except for hildon platform
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f36495b..52f309b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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