When we check for libX11 in the autoconf script, add it to $GTK_LIBS
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 20 Jul 2011 17:50:02 +0000 (17:50 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 20 Jul 2011 17:50:02 +0000 (17:50 +0000)
commit63c25c948aeb1e62adf59e7f018feae58742da40
treeb100747b9305606e5f0941e9cace4f565fe9cafc
parent181865609371cf61a40e89dcc69af822772ac972
When we check for libX11 in the autoconf script, add it to $GTK_LIBS
on success rather than to $LIBS, because it's only used in the GUI
tools and we don't want the command-line tools linked against it.

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