summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-18 22:14:09 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-18 22:14:09 +0000
commit88456cd3c49a3dd1fda17cf350daa9b8216b1aa6 (patch)
treebd241035e3d905b74667faca9f75e48c9c9c310d /src/Makefile
parentd13166e788fcaef59ec65c20b46ca4be16625669 (diff)
patch 9.0.0904: various comment and indent flawsv9.0.0904
Problem: Various comment and indent flaws. Solution: Improve comments and indenting.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index bd6c187554..57f9aade0f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -396,7 +396,9 @@ CClink = $(CC)
# MZSCHEME
# Uncomment this when you want to include the MzScheme interface.
-# You may have to build racket from source to make this work.
+# You may have to build racket from source to make this work. Version 7.9 has
+# been reported to work, version 8.0 probably doesn't work, version 8.5 has
+# been reported to work.
# NOTE: does not work well together with valgrind.
#CONF_OPT_MZSCHEME = --enable-mzschemeinterp
# PLT/mrscheme/drscheme Home dir; the PLTHOME environment variable also works