diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-09 10:47:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-09 10:47:08 (GMT) |
commit | 112fdb000f8632e92519ab4842b0ff340aec52ab (patch) | |
tree | 1b908519a2c284288e35195c43be7eb3aa5fddeb /unix/configure.ac | |
parent | 6133a711414cfb8fcc3a8b52ecf25b59a09e5800 (diff) | |
download | tk-112fdb000f8632e92519ab4842b0ff340aec52ab.zip tk-112fdb000f8632e92519ab4842b0ff340aec52ab.tar.gz tk-112fdb000f8632e92519ab4842b0ff340aec52ab.tar.bz2 |
Allow "package require tk" in addition to "package require Tk"
Diffstat (limited to 'unix/configure.ac')
-rw-r--r-- | unix/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.ac b/unix/configure.ac index 3c3d427..5bac7e4 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -145,7 +145,7 @@ fi if test "$TCL_PREFIX" != "$prefix"; then AC_MSG_WARN([ Different --prefix selected for Tk and Tcl! - [[package require Tk]] may not work correctly in tclsh.]) + [[package require tk]] may not work correctly in tclsh.]) fi #-------------------------------------------------------------------- |