no more "auto-detection"

This commit is contained in:
Roberto Ierusalimschy
2005-11-16 14:25:08 -02:00
parent 7dd10a1d7e
commit 33b4dec1cb
2 changed files with 16 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ MYLIBS=
# enable Linux goodies
MYCFLAGS= $(LOCAL) -DLUA_USE_DLOPEN -DLUA_USE_READLINE
MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX
MYLDFLAGS= -Wl,-E
MYLIBS= -ldl -lreadline -lhistory -lncurses