diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-01-23 22:38:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-01-23 22:38:39 (GMT) |
commit | daf5a05cbed5ebd093734f1fe936477fc580b4b7 (patch) | |
tree | d2de3f09cf9fcb8d3c1d3d6a692c6627d9faf762 /unix/configure | |
parent | e6b38af9e8fe2ddc0af5678854b6eab9d8cd321c (diff) | |
download | tk-daf5a05cbed5ebd093734f1fe936477fc580b4b7.zip tk-daf5a05cbed5ebd093734f1fe936477fc580b4b7.tar.gz tk-daf5a05cbed5ebd093734f1fe936477fc580b4b7.tar.bz2 |
Put -lfontconfig in XFT_LIBS, not XLIBSW flag
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 1c1a00d..cd11970 100755 --- a/unix/configure +++ b/unix/configure @@ -10784,7 +10784,7 @@ echo "$as_me:$LINENO: result: $ac_cv_lib_fontconfig_FcFontSort" >&5 echo "${ECHO_T}$ac_cv_lib_fontconfig_FcFontSort" >&6 if test $ac_cv_lib_fontconfig_FcFontSort = yes; then - XLIBSW="$XLIBSW -lfontconfig" + XFT_LIBS="$XFT_LIBS -lfontconfig" fi |