summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-28 16:47:14 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-28 16:47:14 +0100
commitf0b567e32a462fe838170a202919d18b53eff987 (patch)
treea49cdef10942137a5e98c6b646d7655e262d7bdb /src/Makefile
parentad353244f2308b73c2e5d9b50ead693f927337b4 (diff)
Revert unintended Makefile change
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4b342da6b5..bd6c187554 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.