summaryrefslogtreecommitdiffstats
path: root/unix/configure.ac
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-09 10:47:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-09 10:47:08 (GMT)
commit112fdb000f8632e92519ab4842b0ff340aec52ab (patch)
tree1b908519a2c284288e35195c43be7eb3aa5fddeb /unix/configure.ac
parent6133a711414cfb8fcc3a8b52ecf25b59a09e5800 (diff)
downloadtk-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.ac2
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
#--------------------------------------------------------------------