diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-08 12:48:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-08 12:48:35 (GMT) |
commit | 36098aafd9bbd015808f0607f94acc590d192e0d (patch) | |
tree | 9381bb4c2640a933674027bc6032b2d3b65cc3cb /unix/configure | |
parent | 48ce21e3a9c2c9da4e4674bf08275e378629a0e3 (diff) | |
parent | c561dfd719f6be6ea7616f20cbdba31798e31539 (diff) | |
download | tcl-36098aafd9bbd015808f0607f94acc590d192e0d.zip tcl-36098aafd9bbd015808f0607f94acc590d192e0d.tar.gz tcl-36098aafd9bbd015808f0607f94acc590d192e0d.tar.bz2 |
Rebase to trunk
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure index a9132b57..d188b65 100755 --- a/unix/configure +++ b/unix/configure @@ -6928,7 +6928,7 @@ else tcl_type_64bit="long long" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - # See if we should use long anyway Note that we substitute in the + # See if we could use long anyway Note that we substitute in the # type that is our current guess for a 64-bit type inside this check # program, so it should be modified only carefully... cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -6954,8 +6954,8 @@ fi $as_echo "#define TCL_WIDE_INT_IS_LONG 1" >>confdefs.h - { $as_echo "$as_me:${as_lineno-$LINENO}: result: using long" >&5 -$as_echo "using long" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } else cat >>confdefs.h <<_ACEOF |