summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-29 12:05:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-29 12:05:59 (GMT)
commitcf3f133df1d082197bba097362768af248e334dc (patch)
tree6435d58926127bf95bde3bdc0ab4cb5e7d4e9744 /unix/configure
parenteb03584c16b7a1b99800e60e00ed43a73745b2d2 (diff)
downloadtcl-cf3f133df1d082197bba097362768af248e334dc.zip
tcl-cf3f133df1d082197bba097362768af248e334dc.tar.gz
tcl-cf3f133df1d082197bba097362768af248e334dc.tar.bz2
(more experimenting): Make TCL_LL_MODIFIER behave more close to intuitive expectations: If the platform has a "long long" type, use it for Tcl_WideInt, so TCL_LL_MODIFIER is really a replacement for "ll" on most platforms (Win32/Win64 as most notable exception).
Will need a new TIP.
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index 741ae47..ba8e19b 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7044,7 +7044,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
@@ -7070,8 +7070,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