diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-29 03:36:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-29 03:36:54 (GMT) |
commit | 789cb9ff828c1e461866814e57d87a5c254b8c24 (patch) | |
tree | 3a21464e96b82578ba6f391973fd66d618e4a2a1 /ChangeLog | |
parent | b51f35134bc68f09e6e3b90ea0eda5f10775ed0f (diff) | |
download | tk-789cb9ff828c1e461866814e57d87a5c254b8c24.zip tk-789cb9ff828c1e461866814e57d87a5c254b8c24.tar.gz tk-789cb9ff828c1e461866814e57d87a5c254b8c24.tar.bz2 |
* unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBS
to avoid link failures when a "big wish" program links against a
--disable-shared build of libtk. (Discovered building expectTk).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -2008-08-22 Don Porter <dgp@users.sourceforge.net> +2008-08-28 Don Porter <dgp@users.sourceforge.net> + + * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBS + to avoid link failures when a "big wish" program links against a + --disable-shared build of libtk. (Discovered building expectTk). * generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so that we don't create new dependencies on Tcl internals. |