blob: 3d139f0777bd5d65d31bf73c1f97303b434aa20d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.old 2007-03-20 14:46:50.000000000 -0300
+++ configure 2007-04-22 19:03:04.000000000 -0300
@@ -12315,7 +12315,7 @@
# native cc issues annoying warnings and then ignores it,
# which would cause us to incorrectly conclude that it worked.
for gl_flags in \
- '-Wl,--as-needed' \
+ '-Wl,--no-as-needed' \
'-Wl,-z,ignore' \
'-z ignore'
do
|