changeset 30964:acafcfb9eb70

Revert unintended Makefile change Commit: https://github.com/vim/vim/commit/f0b567e32a462fe838170a202919d18b53eff987 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 28 16:47:14 2022 +0100 Revert unintended Makefile change
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 11:18:45 +0100
parents 6f305257ad43
children b6a9490d95f8
files src/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -355,7 +355,7 @@ CClink = $(CC)
 #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.