Skip to content

Commit

Permalink
See if renaming the Tk 9 MacOS library name has any undesired side ef…
Browse files Browse the repository at this point in the history
…fects
  • Loading branch information
jan.nijtmans committed Aug 16, 2024
1 parent 3ad9d24 commit 3a056ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions unix/configure
Original file line number Diff line number Diff line change
Expand Up @@ -8985,10 +8985,10 @@ printf "%s\n" "#define TK_FRAMEWORK 1" >>confdefs.h
if test ${TCL_MAJOR_VERSION} = 8 ; then
TK_LIB_FILE="Tk"
else
TK_LIB_FILE="Tk"
TK_LIB_FILE="tcl9Tk"
fi
TK_LIB_FILE_TCL8="Tk"
TK_LIB_FILE_TCL9="Tk"
TK_LIB_FILE_TCL9="tcl9Tk"
TK_LIB_FLAG="-framework Tk"
TK_BUILD_LIB_SPEC="-F`pwd | sed -e 's/ /\\\\ /g'` -framework Tk"
TK_LIB_SPEC="-F${libdir} -framework Tk"
Expand Down
4 changes: 2 additions & 2 deletions unix/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,10 @@ if test "$FRAMEWORK_BUILD" = "1" ; then
if test ${TCL_MAJOR_VERSION} = 8 ; then
TK_LIB_FILE="Tk"
else
TK_LIB_FILE="Tk"
TK_LIB_FILE="tcl9Tk"
fi
TK_LIB_FILE_TCL8="Tk"
TK_LIB_FILE_TCL9="Tk"
TK_LIB_FILE_TCL9="tcl9Tk"
TK_LIB_FLAG="-framework Tk"
TK_BUILD_LIB_SPEC="-F`pwd | sed -e 's/ /\\\\ /g'` -framework Tk"
TK_LIB_SPEC="-F${libdir} -framework Tk"
Expand Down

0 comments on commit 3a056ed

Please sign in to comment.