commit | fb0cf2357e0c85bbfd9f9178705ad8d77b6b3b4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 22 11:25:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 22 11:25:19 2022 +0100 |
tree | 25307998711d15645e29dac9ba83815a31f1fb4d | |
parent | 9c50eeb40117413bf59a9da904c8d0921ed0a6e6 [diff] [blame] |
patch 9.0.0817
diff --git a/src/Makefile b/src/Makefile index bd6c187..4b342da 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -355,7 +355,7 @@ #CONF_OPT_GUI = --enable-gui=gnome2 --disable-gtktest #CONF_OPT_GUI = --enable-gui=gtk3 #CONF_OPT_GUI = --enable-gui=gtk3 --disable-gtktest -#CONF_OPT_GUI = --enable-gui=motif +CONF_OPT_GUI = --enable-gui=motif #CONF_OPT_GUI = --enable-gui=motif --with-motif-lib="-static -lXm -shared" # Uncomment this line to run an individual test with gvim.