]> git.ipfire.org Git - thirdparty/tor.git/commit
More sophisticated attempt at detecting working linker options
authorNick Mathewson <nickm@torproject.org>
Sat, 16 Jun 2012 01:04:07 +0000 (21:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Jun 2012 15:48:45 +0000 (11:48 -0400)
commitadbdeafad9a85226ef9d232e85360bea54f78a73
treea0a8a2d3324f4403dcd92798b7a2313142c07a0c
parent26855fe22cc314d0f60162f6e6020aa0741a67e3
More sophisticated attempt at detecting working linker options

On some platforms, the linker is perfectly happy to produce binaries
that won't run if you give it the wrong set of flags.  So when not
cross-compiling, try to link-and-run a little test program, rather
than just linking it.

Possible fix for 6173.
acinclude.m4
changes/bug6173 [new file with mode: 0644]