aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-08-30 21:30:31 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:58 +0800
commit6c41baf295c0f013a6b64118a1243fce33bd2ad1 (patch)
tree0d8b5f3503de5cee3761ba4348a2e3833d7424e1 /configure.ac
parent9d0146b5e4e11b482e9d21ba23f954fd91272bfb (diff)
downloadgsoc2013-evolution-6c41baf295c0f013a6b64118a1243fce33bd2ad1.tar
gsoc2013-evolution-6c41baf295c0f013a6b64118a1243fce33bd2ad1.tar.gz
gsoc2013-evolution-6c41baf295c0f013a6b64118a1243fce33bd2ad1.tar.bz2
gsoc2013-evolution-6c41baf295c0f013a6b64118a1243fce33bd2ad1.tar.lz
gsoc2013-evolution-6c41baf295c0f013a6b64118a1243fce33bd2ad1.tar.xz
gsoc2013-evolution-6c41baf295c0f013a6b64118a1243fce33bd2ad1.tar.zst
gsoc2013-evolution-6c41baf295c0f013a6b64118a1243fce33bd2ad1.zip
Disable inline-image plugin by default.
Still waiting for a gtkimageview release that works with GTK+ 3.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4c1885e764..4ff7f299b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1536,7 +1536,7 @@ dnl *****************************************
AC_ARG_ENABLE([image-inline],
[AS_HELP_STRING([--enable-image-inline],
[Enable image-inline plugin @<:@default=yes@:>@])],
- [enable_image_inline="$enableval"], [enable_image_inline=yes])
+ [enable_image_inline="$enableval"], [enable_image_inline=no])
if test "x$enable_image_inline" = "xyes"; then
PKG_CHECK_MODULES(GTKIMAGEVIEW, gtkimageview >= gtkimageview_minimum_version, have_imageview=yes, have_imageview=no)