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.in | |
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.in')
-rw-r--r-- | unix/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index 5b74bb5..d9862ef 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -516,7 +516,7 @@ if test $tk_aqua = no; then tk_oldLibs=$LIBS LIBS="$tk_oldLIBS $XFT_LIBS $XLIBSW -lfontconfig" AC_CHECK_LIB(fontconfig, FcFontSort, [ - XLIBSW="$XLIBSW -lfontconfig" + XFT_LIBS="$XFT_LIBS -lfontconfig" ], []) CFLAGS=$tk_oldCFlags LIBS=$tk_oldLibs |