lua: do not compile with readline support

This commit is contained in:
Radegast 2013-01-24 16:32:17 +00:00
parent 88d7bb97d2
commit ed76cd05b2

View file

@ -36,7 +36,7 @@
#if defined(LUA_USE_LINUX)
#define LUA_USE_POSIX
#define LUA_USE_DLOPEN /* needs an extra library: -ldl */
#define LUA_USE_READLINE /* needs some extra libraries */
// ET:L - readline dependency issues -> //#define LUA_USE_READLINE /* needs some extra libraries */
#endif
#if defined(LUA_USE_MACOSX)