diff options
author | welch <welch> | 1998-07-29 11:03:57 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-29 11:03:57 (GMT) |
commit | 568f94b04b7e2f282582eab9ff54447724a80d15 (patch) | |
tree | d2dc2529faf8733dae1cd44fd86fa1436753a5e7 /unix/tkConfig.sh.in | |
parent | d4a379e61ff6145bc6f4ca8d14e6d89a424c6edd (diff) | |
download | tk-568f94b04b7e2f282582eab9ff54447724a80d15.zip tk-568f94b04b7e2f282582eab9ff54447724a80d15.tar.gz tk-568f94b04b7e2f282582eab9ff54447724a80d15.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'unix/tkConfig.sh.in')
-rw-r--r-- | unix/tkConfig.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in index c818047..71b8745 100644 --- a/unix/tkConfig.sh.in +++ b/unix/tkConfig.sh.in @@ -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. |