diff options
author | welch <welch> | 1998-07-29 17:40:50 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-29 17:40:50 (GMT) |
commit | 2acf331ca792491c19201b6e457c49d1feaca127 (patch) | |
tree | 6d350891b7787d05dc7133eef5cb18aa8c5c0687 /unix/tkConfig.sh.in | |
parent | a30cd10654919b00fc50ccfb6d31d5a0f9f49b8d (diff) | |
download | tk-2acf331ca792491c19201b6e457c49d1feaca127.zip tk-2acf331ca792491c19201b6e457c49d1feaca127.tar.gz tk-2acf331ca792491c19201b6e457c49d1feaca127.tar.bz2 |
More fixes for DBGX
Diffstat (limited to 'unix/tkConfig.sh.in')
-rw-r--r-- | unix/tkConfig.sh.in | 4 |
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. |