diff options
author | das <das> | 2003-02-21 03:34:27 (GMT) |
---|---|---|
committer | das <das> | 2003-02-21 03:34:27 (GMT) |
commit | e0de5bcca2f848dc868d307892756cc82290696a (patch) | |
tree | dbacb2ddcc8b2e30b282b5ad405092d34b8afb32 /unix/configure | |
parent | be541dbd983a3d33cc41473c8ea42d515369410f (diff) | |
download | tk-e0de5bcca2f848dc868d307892756cc82290696a.zip tk-e0de5bcca2f848dc868d307892756cc82290696a.tar.gz tk-e0de5bcca2f848dc868d307892756cc82290696a.tar.bz2 |
* library/console.tcl: (aqua & macintosh) added missing <Cmd-q>
binding for corresponding Quit menu item shortcut.
* macosx/README: updated instructions for embedded build,
added various improvements by Russell Owen.
* unix/tcl.m4: update from Tcl.
* unix/configure: regen.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index d256158..1d5026d 100755 --- a/unix/configure +++ b/unix/configure @@ -2762,7 +2762,7 @@ fi LD_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" # for compatibility with autoconf vers 2.13 : HACK="" - EXTRA_CFLAGS="-DMA${HACK}C_OSX_TCL -DHAVE_CFBUNDLE -DTCL_DEFAULT_ENCODING=\\\"utf-8\\\"" + EXTRA_CFLAGS="-DMA${HACK}C_OSX_TCL -DHAVE_CFBUNDLE -DUSE_VFORK -DTCL_DEFAULT_ENCODING=\\\"utf-8\\\"" LIBS="$LIBS -framework CoreFoundation" ;; NEXTSTEP-*) |