diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-19 22:37:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-19 22:37:05 (GMT) |
commit | 3c3496770b84df1308f6cbd90ced02d636cedc04 (patch) | |
tree | 4c1ae9d961eeba32e068d801f081c53574d728bd /win/configure | |
parent | 30d6749651567f00c44c014361435942165bf372 (diff) | |
download | tcl-3c3496770b84df1308f6cbd90ced02d636cedc04.zip tcl-3c3496770b84df1308f6cbd90ced02d636cedc04.tar.gz tcl-3c3496770b84df1308f6cbd90ced02d636cedc04.tar.bz2 |
autoconf-2.59
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 b74dd39..3609a02 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: |