From c6293a76ccedbfc79f60261128e43fe95b350842 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 9 May 2005 10:14:14 -0300 Subject: LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d75404fa..53cf4ca1 100644 --- a/makefile +++ b/makefile @@ -29,7 +29,7 @@ MYLIBS= # enable Linux goodies -MYCFLAGS= $(LOCAL) -DLUA_DL_DLOPEN -DLUA_USE_READLINE +MYCFLAGS= $(LOCAL) -DLUA_USE_DLOPEN -DLUA_USE_READLINE MYLDFLAGS= -Wl,-E MYLIBS= -ldl -lreadline -lhistory -lncurses -- cgit v1.2.3-55-g6feb