~ubuntu-branches/ubuntu/natty/luajit/natty

« back to all changes in this revision

Viewing changes to src/luaconf.h

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Tassi
  • Date: 2010-03-29 11:28:36 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100329112836-jyl39c159mh294kc
Tags: 2.0.0~beta4+dfsg-1
* new upstream release
* bumped stsandards version to 3.8.4, no changes 
* switch to source format 3 + quilt 

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#define LUA_LDIR        LUA_ROOT "share/lua/5.1/"
38
38
#define LUA_CDIR        LUA_ROOT "lib/lua/5.1/"
39
39
#ifdef LUA_XROOT
40
 
#define LUA_JDIR        LUA_XROOT "share/luajit-2.0.0-beta3/"
 
40
#define LUA_JDIR        LUA_XROOT "share/luajit-2.0.0-beta4/"
41
41
#define LUA_XPATH \
42
42
  ";" LUA_XROOT "share/lua/5.1/?.lua;" LUA_XROOT "share/lua/5.1/?/init.lua"
43
43
#define LUA_XCPATH      LUA_XROOT "lib/lua/5.1/?.so;"
44
44
#else
45
 
#define LUA_JDIR        LUA_ROOT "share/luajit-2.0.0-beta3/"
 
45
#define LUA_JDIR        LUA_ROOT "share/luajit-2.0.0-beta4/"
46
46
#define LUA_XPATH
47
47
#define LUA_XCPATH
48
48
#endif