summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2003-09-29 09:50:38 (GMT)
committerdkf <dkf@noemail.net>2003-09-29 09:50:38 (GMT)
commit8885d4eae8e1bbeb2e12a3855dfe43e4c93166df (patch)
treea2c61b252c720591a8d03ff4a255c8a18edc4a02 /unix
parent01d37edb8e539a86e465cfe1c959c86d06a433a3 (diff)
downloadtk-8885d4eae8e1bbeb2e12a3855dfe43e4c93166df.zip
tk-8885d4eae8e1bbeb2e12a3855dfe43e4c93166df.tar.gz
tk-8885d4eae8e1bbeb2e12a3855dfe43e4c93166df.tar.bz2
Update from Tcl
FossilOrigin-Name: 0c928bb6a007dc9c08464fb9cdfbb89f1cb6f11a
Diffstat (limited to 'unix')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 88eaa56..923e49c 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -354,7 +354,7 @@ AC_DEFUN(SC_ENABLE_SHARED, [
AC_DEFUN(SC_ENABLE_FRAMEWORK, [
AC_MSG_CHECKING([how to package libraries])
AC_ARG_ENABLE(framework,
- [ --enable-framework package shared libraries in frameworks [--disable-framework]],
+ [ --enable-framework package shared libraries in MacOSX frameworks [--disable-framework]],
[tcl_ok=$enableval], [tcl_ok=no])
if test "${enable_framework+set}" = set; then