From: Bram Moolenaar Date: Fri, 28 Oct 2022 15:47:14 +0000 (+0100) Subject: Revert unintended Makefile change X-Git-Tag: v9.0.0819~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0b567e32a462fe838170a202919d18b53eff987;p=vim Revert unintended Makefile change --- diff --git a/src/Makefile b/src/Makefile index 4b342da6b..bd6c18755 100644 --- 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.