diff src/Makefile @ 2331:3840b7508835 vim73

Make it easier to build with Lua. Remove compiler warnings.
author Bram Moolenaar <bram@vim.org>
date Sun, 18 Jul 2010 12:35:47 +0200
parents ad2889f48843
children 99c1eba60b2d
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -405,9 +405,8 @@ CClink = $(CC)
 # LUA
 # Uncomment this when you want to include the Lua interface.
 #CONF_OPT_LUA = --enable-luainterp
-# Lua installation dir (also in LUA_PREFIX environment variable)
+# Lua installation dir (when not set uses $LUA_PREFIX or defaults to /usr)
 #CONF_OPT_LUA_PREFIX = --with-lua-prefix=/usr/local
-#CONF_OPT_LUA_PREFIX = --with-lua-prefix=/usr
 
 # MZSCHEME
 # Uncomment this when you want to include the MzScheme interface.