aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-03-03 00:33:49 +0800
committerMilan Crha <mcrha@redhat.com>2011-03-03 00:33:49 +0800
commit6db171ad88bcdd8104a9044b7dead59c0e2e8bf2 (patch)
tree00cd63114e7703649a3e6dd1f55925d2d1155331 /modules
parentc0635e17d9f13c1f923067e6a2a13768ba6944f6 (diff)
downloadgsoc2013-evolution-6db171ad88bcdd8104a9044b7dead59c0e2e8bf2.tar
gsoc2013-evolution-6db171ad88bcdd8104a9044b7dead59c0e2e8bf2.tar.gz
gsoc2013-evolution-6db171ad88bcdd8104a9044b7dead59c0e2e8bf2.tar.bz2
gsoc2013-evolution-6db171ad88bcdd8104a9044b7dead59c0e2e8bf2.tar.lz
gsoc2013-evolution-6db171ad88bcdd8104a9044b7dead59c0e2e8bf2.tar.xz
gsoc2013-evolution-6db171ad88bcdd8104a9044b7dead59c0e2e8bf2.tar.zst
gsoc2013-evolution-6db171ad88bcdd8104a9044b7dead59c0e2e8bf2.zip
Bug #643402 - Fails to build with --disable-smime
Diffstat (limited to 'modules')
-rw-r--r--modules/addressbook/e-book-shell-backend.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c
index b76764c81d..cf9011a021 100644
--- a/modules/addressbook/e-book-shell-backend.c
+++ b/modules/addressbook/e-book-shell-backend.c
@@ -313,6 +313,7 @@ book_shell_backend_init_preferences (EShell *shell)
autocompletion_config_new,
200);
+#ifdef ENABLE_SMIME
preferences_window = e_shell_get_preferences_window (shell);
e_preferences_window_add_page (
E_PREFERENCES_WINDOW (preferences_window),
@@ -321,6 +322,7 @@ book_shell_backend_init_preferences (EShell *shell)
_("Certificates"),
certificate_manager_config_new,
700);
+#endif
return FALSE;
}