]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
When we check for libX11 in the autoconf script, add it to $GTK_LIBS
authorSimon Tatham <anakin@pobox.com>
Wed, 20 Jul 2011 17:50:02 +0000 (17:50 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 20 Jul 2011 17:50:02 +0000 (17:50 +0000)
commit860cd79efd195b069cc2fbdee3b5b945c4798e26
treeb100747b9305606e5f0941e9cace4f565fe9cafc
parentef099150a68e12bb4f03d552d703dde5a1c9e7c2
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.

[originally from svn r9238]
unix/configure.ac