diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkConfig.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in index 544d658..9252439 100644 --- a/unix/tkConfig.sh.in +++ b/unix/tkConfig.sh.in @@ -45,6 +45,9 @@ TK_XINCLUDES='@XINCLUDES@' # Linker switch(es) to use to link with the X11 library archive. TK_XLIBSW='@XLIBSW@' +# -l flag to pass to the linker to pick up the Tcl library +TK_LIB_FLAG='@TK_LIB_FLAG@' + # String to pass to linker to pick up the Tk library from its # build directory. TK_BUILD_LIB_SPEC='@TK_BUILD_LIB_SPEC@' |