diff options
author | dgp <dgp@users.sourceforge.net> | 2012-07-24 12:58:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-07-24 12:58:19 (GMT) |
commit | c4f983261d923f62efa6f19f38ec0df77a179208 (patch) | |
tree | 0798dcd501f39ddd35b38ed5bbb2659c2c764446 /win/configure | |
parent | 04a43cfcc84bbb38fb5ef52dd5dc736d7157549a (diff) | |
parent | 28d0e97048a0a5b72d187f1effaca560640d69e3 (diff) | |
download | tcl-c4f983261d923f62efa6f19f38ec0df77a179208.zip tcl-c4f983261d923f62efa6f19f38ec0df77a179208.tar.gz tcl-c4f983261d923f62efa6f19f38ec0df77a179208.tar.bz2 |
merge 8.5
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/configure b/win/configure index 4f73e97..0ddd590 100755 --- a/win/configure +++ b/win/configure @@ -840,18 +840,18 @@ if test -n "$ac_init_help"; then Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-threads build with threads - --enable-shared build and link with shared libraries --enable-shared + --enable-threads build with threads (default: off) + --enable-shared build and link with shared libraries (default: on) --enable-64bit enable 64bit support (where applicable) --enable-wince enable Win/CE support (where applicable) - --enable-symbols build with debugging symbols --disable-symbols + --enable-symbols build with debugging symbols (default: off) --enable-embedded-manifest embed manifest if possible (default: yes) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-encoding encoding for configuration values + --with-encoding encoding for configuration values --with-celib=DIR use Windows/CE support library from DIR Some influential environment variables: |