diff options
Diffstat (limited to 'unix/tkConfig.sh.in')
-rw-r--r-- | unix/tkConfig.sh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in index 7e0d7ca..f8d43f1 100644 --- a/unix/tkConfig.sh.in +++ b/unix/tkConfig.sh.in @@ -11,7 +11,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tkConfig.sh.in,v 1.7 1999/03/10 07:04:45 stanton Exp $ +# RCS: @(#) $Id: tkConfig.sh.in,v 1.8 2002/07/28 03:23:08 mdejong Exp $ # Tk's version number. TK_VERSION='@TK_VERSION@' @@ -69,8 +69,8 @@ TK_SRC_DIR='@TK_SRC_DIR@' # Needed if you want to make a 'fat' shared library library # containing tk objects or link a different wish. -TK_CC_SEARCH_FLAGS='@TK_CC_SEARCH_FLAGS@' -TK_LD_SEARCH_FLAGS='@TK_LD_SEARCH_FLAGS@' +TK_CC_SEARCH_FLAGS='@CC_SEARCH_FLAGS@' +TK_LD_SEARCH_FLAGS='@LD_SEARCH_FLAGS@' # The name of the Tk stub library (.a): TK_STUB_LIB_FILE='@TK_STUB_LIB_FILE@' |