From 97a35e70af9374e6145800c867eee1cdd9f07a2d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 11 Jan 2010 15:15:30 -0200 Subject: pathes corrected to 5.2 --- luaconf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luaconf.h b/luaconf.h index 23141de2..9a84a82e 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.128 2010/01/11 16:35:20 roberto Exp roberto $ +** $Id: luaconf.h,v 1.129 2010/01/11 17:11:24 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -91,8 +91,8 @@ #else #define LUA_ROOT "/usr/local/" -#define LUA_LDIR LUA_ROOT "share/lua/5.1/" -#define LUA_CDIR LUA_ROOT "lib/lua/5.1/" +#define LUA_LDIR LUA_ROOT "share/lua/5.2/" +#define LUA_CDIR LUA_ROOT "lib/lua/5.2/" #define LUA_PATH_DEFAULT \ LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \ LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua;" "./?.lua" -- cgit v1.2.3-55-g6feb