From 932bbfc5d8ae43e73bf432cd1f7e28ccf16d14d0 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 5 Oct 2016 15:10:23 +0200 Subject: [PATCH] configure: Use LDEXEFLAGS in check_ld(). Avoids detecting libraries that are not compatible with ldexeflags. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8fc71fbfdc..8d9b21b782 100755 --- a/configure +++ b/configure @@ -984,7 +984,7 @@ check_ld(){ check_$type $($cflags_filter $flags) || return flags=$($ldflags_filter $flags) libs=$($ldflags_filter $libs) - check_cmd $ld $LDFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs + check_cmd $ld $LDFLAGS $LDEXEFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs } print_include(){