blob: e412c40f32a6375ba7fdea79b8d50478be597e26 [file] [log] [blame]
diff --git a/gtk+-2.18.7/configure b/gtk+-2.18.7/configure
index 53755ea..17e7082 100755
--- a/gtk+-2.18.7/configure
+++ b/gtk+-2.18.7/configure
@@ -10338,6 +10338,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
fi
supports_anon_versioning=no
case `$LD -v 2>&1` in
+ *GNU\ gold*) supports_anon_versioning=yes ;;
*\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
*\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
*\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...