diff options
author | Patrik Nyblom <[email protected]> | 2011-12-01 10:54:37 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2011-12-02 15:26:44 +0100 |
commit | b9f27af621b302d20a070926376b404e745cbb07 (patch) | |
tree | 7d5022fe18866a02481de2e1cc0a1b03babce70b /erts/configure.in | |
parent | d1a8bdbe2c9df1079e70342e020fe00a80e3d7c3 (diff) | |
download | otp-b9f27af621b302d20a070926376b404e745cbb07.tar.gz otp-b9f27af621b302d20a070926376b404e745cbb07.tar.bz2 otp-b9f27af621b302d20a070926376b404e745cbb07.zip |
Back to not using 32bit time_t
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
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 |