[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: detecting lua 5 in configure scripts
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 24 May 2004 18:36:35 -0300
>Has somebody some procedure to do this?
Grep for LUA_NUMBER in lua.h. At compile time, do #ifdef LUA_NUMBER.
When running Lua, check for the absence of getargs.
--lhf