From b9f27af621b302d20a070926376b404e745cbb07 Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Thu, 1 Dec 2011 10:54:37 +0100 Subject: Back to not using 32bit time_t --- erts/configure.in | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'erts/configure.in') diff --git a/erts/configure.in b/erts/configure.in index a171c6ec2b..4174439d76 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -613,19 +613,6 @@ esac AC_SUBST(OPSYS) AC_SUBST(ARCH) -# Need to add this adjustment after we know the architecture, will fail on 64bit -# This should be temporary, USE_32BIT_TIME_T should go away before R15B -case $host_os in - win32) - # FIXME: Use time_t all the way and remove _USE_32BIT_TIME_T. - if test "x$ARCH" != "xamd64"; then - AC_MSG_WARN([Reverting to 32-bit time_t]) - CPPFLAGS="$CPPFLAGS -D_USE_32BIT_TIME_T" - fi - ;; - *) - ;; -esac dnl Check consistency of os and darwin-switches -- cgit v1.2.3