From 6fe23a1b808a29280bbd1e26877d31f6de14d2fc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 4 Jun 2011 17:32:17 +0200 Subject: [PATCH] configure: do not add --as-needed automatically. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index e981e942..8ec5eb30 100755 --- a/configure +++ b/configure @@ -269,7 +269,6 @@ if [ $? -eq 0 ]; then echo "CPPFLAGS += -DHAVE_VISIBILITY=1" >>$CONFIG_MK fi check_compiler_flag "std=c99" "" CFLAGS -check_compiler_flag "l,--as-needed" W LDFLAGS # # Check for -Wl,--export-dynamic and if it fails, try -rdynamic.