summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2002-09-24 09:15:04 (GMT)
committerdkf <dkf@noemail.net>2002-09-24 09:15:04 (GMT)
commit4436a03f9530b17513170349dfd1a34092046400 (patch)
treef2659a5c4721784e24f967c6fd9e0b8a6c38f6af /unix
parent4c19c88b0f0745c9959fd1310fd9d002a5134f04 (diff)
downloadtcl-4436a03f9530b17513170349dfd1a34092046400.zip
tcl-4436a03f9530b17513170349dfd1a34092046400.tar.gz
tcl-4436a03f9530b17513170349dfd1a34092046400.tar.bz2
* unix/tcl.m4: Forgot to define TCL_WIDE_INT_IS_LONG at the
appropriate moment. I believe this is the cause of [Bug 613117] FossilOrigin-Name: 2ca139c0be147948d58f3584fc66902fea5e2f4b
Diffstat (limited to 'unix')
-rw-r--r--unix/tcl.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 45ccfe0..c476bb3 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2389,6 +2389,7 @@ AC_DEFUN(SC_TCL_64BIT_FLAGS, [
int main() {exit(!(sizeof(long long) > sizeof(long)));}
], tcl_cv_type_64bit="long long"))])
if test "${tcl_cv_type_64bit}" = none ; then
+ AC_DEFINE(TCL_WIDE_INT_IS_LONG)
AC_MSG_RESULT(using long)
else
AC_DEFINE_UNQUOTED(TCL_WIDE_INT_TYPE,${tcl_cv_type_64bit})