From 8513aace10f69553228b00ec8a70f6223a91295d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 22 Jul 2008 09:37:21 +0000 Subject: updated to use LDFLAGS instead of LFLAGS and cc instead of ld as suggested by federico (bug#2021648) svn path=/trunk/externals/zexy/; revision=10195 --- build/autoconf/Make.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/autoconf/Make.config.in') diff --git a/build/autoconf/Make.config.in b/build/autoconf/Make.config.in index e1748db..9f64494 100644 --- a/build/autoconf/Make.config.in +++ b/build/autoconf/Make.config.in @@ -20,7 +20,7 @@ STRIP = @STRIP@ STRIPFLAGS= @STRIPFLAGS@ AFLAGS = -LFLAGS = @LFLAGS@ +LDFLAGS = @LDFLAGS@ WFLAGS = TARNAME = $(LIBNAME)-@LIBRARY_VERSION@.tgz -- cgit v1.2.1