From 64ee9cad5271ff34939610218646ab8413ce618c Mon Sep 17 00:00:00 2001 From: "Vladimir D. Seleznev" Date: Fri, 7 Apr 2017 13:54:19 +0300 Subject: [PATCH] ALT removed @XFT_LIBS@ from the definition of TK_LIBS --- tk/unix/tkConfig.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tk/unix/tkConfig.sh.in b/tk/unix/tkConfig.sh.in index 9d74583dc..3b8351765 100644 --- a/tk/unix/tkConfig.sh.in +++ b/tk/unix/tkConfig.sh.in @@ -32,7 +32,7 @@ TK_DBGX= TK_LIB_FILE='@TK_LIB_FILE@' # Additional libraries to use when linking Tk. -TK_LIBS='@XLIBSW@ @XFT_LIBS@ @LIBS@ @TCL_LIBS@' +TK_LIBS='@XLIBSW@ @LIBS@ @TCL_LIBS@' # Top-level directory in which Tk's platform-independent files are # installed. -- 2.33.0