On Mon, Sep 01, at 10:57 Ag. D. Hatzimanikas wrote:
>
> Below is a minor diff to your patch.
>
Note to me:
Don't send again patches, when there is an angry wife near your shoulders.
--- vim72-lua.patch.orig 2008-09-01 10:42:52.905306090 +0300
+++ vim72-lua.patch 2008-09-01 10:43:13.865134252 +0300
@@ -338,7 +338,7 @@
+ LUA_INC=
+ if test "X$vi_cv_path_lua_pfx" != "X"; then
+ AC_MSG_CHECKING(if lua.h can be found in $vi_cv_path_lua_pfx/include)
-+ if test -f $vi_cv_path_lua_pfx/include/scheme.h; then
++ if test -f $vi_cv_path_lua_pfx/include/lua.h; then
+ AC_MSG_RESULT("yes")
+ else
+ AC_MSG_RESULT("no")
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---