about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luaconf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h
index 44d6f55..73df77f 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -36,7 +36,6 @@
 #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 */
 #endif
 
 #if defined(LUA_USE_MACOSX)