diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-11-27 19:08:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-11-27 19:08:55 (GMT) |
commit | f4a9a3b670a57d3028d1501606e66f7a617cc77e (patch) | |
tree | 0a24c8bd6b7c1b96b76bf242796e4785170afc46 /unix/configure | |
parent | f712f4ec5ef0bcc07b9d89ea382dd50c02119ee6 (diff) | |
download | tk-f4a9a3b670a57d3028d1501606e66f7a617cc77e.zip tk-f4a9a3b670a57d3028d1501606e66f7a617cc77e.tar.gz tk-f4a9a3b670a57d3028d1501606e66f7a617cc77e.tar.bz2 |
Corrected Xft configuration so that Xft
actually does get turned on if available
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index d7d57c5..2ad2e29 100755 --- a/unix/configure +++ b/unix/configure @@ -9610,6 +9610,8 @@ fi echo "$as_me: WARNING: Can't find xft configuration, or xft is unusable" >&2;} fi enable_xft=no + else + enable_xft=yes fi fi if test $enable_xft = "yes" ; then |