Changeset

3883:604dbcb2d46e

Fix lua lib name in LDFLAGS.
author Tobias Markmann <tm@ayena.de>
date Tue, 14 Dec 2010 18:35:05 +0100
parents 3882:4f88ea5f05ea
children 3884:b623ff8b2202
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Dec 14 15:03:37 2010 +0100
+++ b/configure	Tue Dec 14 18:35:05 2010 +0100
@@ -281,7 +281,7 @@
 		exit 1
 	fi
 fi
-LDFLAGS="$LDFLAGS -llua"
+LDFLAGS="$LDFLAGS -llua$LUA_SUFFIX"
 
 echo -n "Checking Lua includes... "
 lua_h="$LUA_INCDIR/lua.h"