From adf0c56d4648b380a0f673eddaee36e248a3a156 Mon Sep 17 00:00:00 2001 From: Roumen Petrov Date: Sun, 10 Feb 2013 02:33:44 +0200 Subject: [PATCH 04/10] ORIGIN: enable-new-dtags only for GNU ELF linker --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1096a64..9afd133 100644 --- a/configure.ac +++ b/configure.ac @@ -900,7 +900,7 @@ if test "$GCC" = yes; then ac_prog=`$CC -print-prog-name=ld` fi case `"$ac_prog" -V 2>&1 < /dev/null` in - *GNU*) + *GNU*elf*) GNULD=yes;; *) GNULD=no;; -- 1.7.12.1