From ba5e8137741b9a27d41d0b57c316fd84bff00384 Mon Sep 17 00:00:00 2001 From: oehhar Date: Thu, 31 Mar 2016 07:11:27 +0000 Subject: Added patch for win/configure.in into win/configure.ac --- win/configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) mode change 100644 => 100755 win/configure.ac diff --git a/win/configure.ac b/win/configure.ac old mode 100644 new mode 100755 index 7405bf4..f6739df --- a/win/configure.ac +++ b/win/configure.ac @@ -142,6 +142,15 @@ AS_IF([test "$tcl_ok" = "yes"], [ ]) AC_DEFINE(HAVE_ZLIB, 1, [Is there an installed zlib?]) +AC_ARG_WITH(tickcount, + AC_HELP_STRING([--with-tickcount], + [use GetTickCount for timers, turns off interp time limits]), + [tcl_ok=$withval], [tcl_ok=no]) +AC_MSG_RESULT([$tcl_ok]) +if test $tcl_ok = yes; then + AC_DEFINE(WIN32_USE_TICKCOUNT, 1, [Use GetTickCount for timers?]) +fi + AC_CHECK_TYPE([intptr_t], [ AC_DEFINE([HAVE_INTPTR_T], 1, [Do we have the intptr_t type?])], [ AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [ -- cgit v0.12