From f202e250096c9ede75321adc20ac4dec56294ca2 Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Wed, 3 Dec 2008 19:43:59 +0100 Subject: Using new LFLAGS variable. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index a647d910..5de9f67a 100755 --- a/configure +++ b/configure @@ -125,7 +125,8 @@ then LUA_INCDIR_SET=yes LUA_LIBDIR=/usr/local/lib LUA_LIBDIR_SET=yes - CFLAGS="-bundle -Wl,-undefined,dynamic_lookup" + CFLAGS="" + LFLAGS="-bundle -undefined dynamic_lookup" fi fi -- cgit v1.2.3