From 0eda7ac7f897433c9d346743bf38fcd291673070 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 26 Jun 2010 05:38:18 +0200 Subject: Change remaining HAVE_GTK2 to FEAT_GUI_GTK. --- src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syntax.c') diff --git a/src/syntax.c b/src/syntax.c index 7d96febb6..7df00aaa5 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -9430,7 +9430,7 @@ free_highlight_fonts() # ifdef FEAT_XFONTSET gui_mch_free_fontset(gui.fontset); # endif -# ifndef HAVE_GTK2 +# ifndef FEAT_GUI_GTK gui_mch_free_font(gui.bold_font); gui_mch_free_font(gui.ital_font); gui_mch_free_font(gui.boldital_font); -- cgit v1.2.1