diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-02-12 12:13:32 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-02-12 12:13:32 (GMT) |
| commit | 4d2f441d5b96cd7059b470f7c0016e55ba80b2a2 (patch) | |
| tree | d4dc240f36ea94bc785178af0adb90c154915f60 | |
| parent | 10bb4d64e6f55cb4b54ec06629883cdcda840048 (diff) | |
| download | tcl-4d2f441d5b96cd7059b470f7c0016e55ba80b2a2.zip tcl-4d2f441d5b96cd7059b470f7c0016e55ba80b2a2.tar.gz tcl-4d2f441d5b96cd7059b470f7c0016e55ba80b2a2.tar.bz2 | |
typo
| -rw-r--r-- | unix/tclConfig.sh.in | 2 | ||||
| -rw-r--r-- | win/tclConfig.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in index d47e686..b58e9fd 100644 --- a/unix/tclConfig.sh.in +++ b/unix/tclConfig.sh.in @@ -165,5 +165,5 @@ TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@' # Path to the Tcl stub library in the install directory. TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@' -# Flag, 1: we built Tcl with threads enables, 0 we didn't +# Flag, 1: we built Tcl with threads enabled, 0 we didn't TCL_THREADS=@TCL_THREADS@ diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in index 65bc5c5..00a8790 100644 --- a/win/tclConfig.sh.in +++ b/win/tclConfig.sh.in @@ -175,6 +175,6 @@ TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@' # Path to the Tcl stub library in the install directory. TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@' -# Flag, 1: we built Tcl with threads enables, 0 we didn't +# Flag, 1: we built Tcl with threads enabled, 0 we didn't TCL_THREADS=@TCL_THREADS@ |
