aboutsummaryrefslogtreecommitdiff
path: root/build/autoconf/Make.config.in
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-07-22 09:37:21 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-07-22 09:37:21 +0000
commit8513aace10f69553228b00ec8a70f6223a91295d (patch)
treef57f5f0b52173aaadb41fcaecd98b6ba2d3ef0a7 /build/autoconf/Make.config.in
parentd0987a88a76cebf419f95f1052c2cff464a1fe93 (diff)
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
Diffstat (limited to 'build/autoconf/Make.config.in')
-rw-r--r--build/autoconf/Make.config.in2
1 files changed, 1 insertions, 1 deletions
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