From de57dc2653ff9efcdfd1ddc5f21aaaa159e5f79a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Mon, 7 Apr 2003 17:11:53 -0300 Subject: new scheme to control `loadlib' configuration (default for dlopen implementation is not to include it) --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 93e38eca..f9ffe3d9 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # -## $Id: makefile,v 1.39 2002/12/06 17:20:45 roberto Exp roberto $ +## $Id: makefile,v 1.40 2003/03/19 21:27:30 roberto Exp roberto $ ## Makefile ## See Copyright Notice in lua.h # @@ -14,7 +14,7 @@ OPTIMIZE = -O2 \ # -fomit-frame-pointer -CONFIG = $(DEBUG) $(OPTIMIZE) -DLUA_COMPATUPSYNTAX -DUSE_TMPNAME +CONFIG = $(DEBUG) $(OPTIMIZE) -DLUA_COMPATUPSYNTAX -DUSE_TMPNAME -DUSE_DLOPEN # Compilation parameters -- cgit v1.2.3-55-g6feb