summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tkConfig.sh.in')
-rw-r--r--unix/tkConfig.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in
index 71b8745..d5b3ff5 100644
--- a/unix/tkConfig.sh.in
+++ b/unix/tkConfig.sh.in
@@ -29,7 +29,7 @@ TK_SHARED_BUILD=@TK_SHARED_BUILD@
TK_DBGX=@TK_DBGX@
# The name of the Tk library (may be either a .a file or a shared library):
-TK_LIB_FILE=@TK_LIB_FILE@
+TK_LIB_FILE='@TK_LIB_FILE@'
# Additional libraries to use when linking Tk.
TK_LIBS='@XLIBSW@ @DL_LIBS@ @LIBS@ @MATH_LIBS@'
@@ -49,7 +49,7 @@ TK_XINCLUDES='@XINCLUDES@'
TK_XLIBSW='@XLIBSW@'
# -l flag to pass to the linker to pick up the Tcl library
-TK_LIB_FLAG="@TK_LIB_FLAG@"
+TK_LIB_FLAG='@TK_LIB_FLAG@'
# String to pass to linker to pick up the Tk library from its
# build directory.