commit | d17a57a43330977b8f4eb36f1f7a4a66a7bb26c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 29 20:53:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 29 20:53:55 2019 +0200 |
tree | ff5c85e4f53fef46d514113a0222b10da563ec82 | |
parent | ac02a638b4ae2f019b448bf82bf2667e75ff939e [diff] [blame] |
patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOME Problem: Can't build with GTK and FEAT_GUI_GNOME. (Tony Mechelynck) Solution: Adjust the #ifdef. (Yegappan Lakshmanan)
diff --git a/src/session.c b/src/session.c index 41835db..418fcba 100644 --- a/src/session.c +++ b/src/session.c
@@ -985,7 +985,7 @@ } } -# if defined(USE_GNOME_SESSION) \ +# if defined(FEAT_GUI_GNOME) \ || (defined(GUI_MAY_SPAWN) && defined(EXPERIMENTAL_GUI_CMD)) \ || defined(PROTO) /*