aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 4dd72e3747..75b66555fc 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -90,7 +90,7 @@ EShell *default_shell = NULL;
static gpointer parent_class;
static guint signals[LAST_SIGNAL];
-#if NM_SUPPORT
+#if defined(NM_SUPPORT) && NM_SUPPORT
gboolean e_shell_dbus_initialize (EShell *shell);
#endif
@@ -953,7 +953,7 @@ shell_init (EShell *shell)
g_object_ref_sink (shell->priv->preferences_window);
-#if NM_SUPPORT
+#if defined(NM_SUPPORT) && NM_SUPPORT
e_shell_dbus_initialize (shell);
#endif