Index: libgwibber-gtk/entry.c =================================================================== --- libgwibber-gtk/entry.c.orig +++ libgwibber-gtk/entry.c @@ -30,7 +30,9 @@ #include #include #include +#if HAVE_GTKSPELL #include +#endif #include #include #include @@ -879,6 +881,7 @@ static GObject * gwibber_gtk_input_text_ _tmp19_ = self->conn_service; g_signal_connect_object (_tmp19_, "connection-changed", (GCallback) __gwibber_gtk_input_text_view___lambda9__gwibber_connection_connection_changed, self, 0); { +#if HAVE_GTKSPELL GtkSpell* _tmp20_; GtkSpell* spell; _tmp20_ = gtkspell_new_attach ((GtkTextView*) self, NULL, &_inner_error_); @@ -887,6 +890,7 @@ static GObject * gwibber_gtk_input_text_ goto __catch8_g_error; } _0 (spell); +#endif } goto __finally8; __catch8_g_error: