summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-09-29 09:50:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-09-29 09:50:38 (GMT)
commitb4b95e7cc5ba58174d9f99f278af230ba59e297a (patch)
treea2c61b252c720591a8d03ff4a255c8a18edc4a02 /unix
parentd845b59c2dc88ab3cdfd48319de6c0b32e2162cc (diff)
downloadtk-b4b95e7cc5ba58174d9f99f278af230ba59e297a.zip
tk-b4b95e7cc5ba58174d9f99f278af230ba59e297a.tar.gz
tk-b4b95e7cc5ba58174d9f99f278af230ba59e297a.tar.bz2
Update from Tcl
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