diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 09:22:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 09:22:22 (GMT) |
commit | b3ec66c29e8fb666e39d76bd1a169d365361a985 (patch) | |
tree | ec5234d34029357b003fdd6ff077f869c7b08e4f /unix | |
parent | 168fe5dd9174a0db2bf0b8619b59d9315281eed5 (diff) | |
download | tk-b3ec66c29e8fb666e39d76bd1a169d365361a985.zip tk-b3ec66c29e8fb666e39d76bd1a169d365361a985.tar.gz tk-b3ec66c29e8fb666e39d76bd1a169d365361a985.tar.bz2 |
Added note to make it clear that frameworks are an OSX feature [Bug 619440]
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index e407792..adcaf98 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 |