From 33b4dec1cb44cff41db626960facfe10fa8d4c66 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 16 Nov 2005 14:25:08 -0200 Subject: no more "auto-detection" --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 53cf4ca1..516677d6 100644 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.2.3-55-g6feb