Colin Watson reports that linking with 'gold' doesn't work, because
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 20 Feb 2010 19:06:30 +0000 (19:06 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 20 Feb 2010 19:06:30 +0000 (19:06 +0000)
commitc349ffb1106d7d67490203b2b4099a5e912cf1ea
tree8a67ae4fab3574948b8299ff795c04334695c63f
parent219fc52343882cf5fe9170909bb6cc8b13716f00
Colin Watson reports that linking with 'gold' doesn't work, because
PuTTY makes explicit use of libX11 without including -lX11 on the
link line. (GNU ld appears to pull in libX11 automatically because
it's needed for the dependencies of GTK, but gold expects that
dependency to be satisfied at run time via DT_NEEDED and hence
doesn't bother.) Hence, add explicit -lX11 to both Makefile.gtk and
the autoconf world.

git-svn-id: svn://svn.tartarus.org/sgt/putty@8876 cda61777-01e9-0310-a592-d414129be87e
mkfiles.pl
unix/configure.ac