summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Paterson <ross@soi.city.ac.uk>2006-08-09 12:42:15 +0000
committerRoss Paterson <ross@soi.city.ac.uk>2006-08-09 12:42:15 +0000
commite2e80125a6d6ebe1d081713ef000ed9712bfbb05 (patch)
treeba0494c76099034470902d35108392d4b20be75b
parentd0a684e232d82a32079cbe2cc04cffa0ebf4b4f3 (diff)
downloadhaskell-e2e80125a6d6ebe1d081713ef000ed9712bfbb05.tar.gz
move altzone test to base package
-rw-r--r--aclocal.m421
-rw-r--r--configure.ac6
2 files changed, 0 insertions, 27 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 62c5de71cd..003caa3d97 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -75,27 +75,6 @@ AC_SUBST(ContextDiffCmd, [$fp_cv_context_diff])
])# FP_PROG_CONTEXT_DIFF
-# FP_DECL_ALTZONE
-# ---------------
-# Defines HAVE_DECL_ALTZONE to 1 if declared, 0 otherwise.
-#
-# Used by base package.
-AC_DEFUN([FP_DECL_ALTZONE],
-[AC_REQUIRE([AC_HEADER_TIME])dnl
-AC_CHECK_HEADERS([sys/time.h])
-AC_CHECK_DECLS([altzone], [], [],[#if TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# if HAVE_SYS_TIME_H
-# include <sys/time.h>
-# else
-# include <time.h>
-# endif
-#endif])
-])# FP_DECL_ALTZONE
-
-
# FP_COMPUTE_INT(EXPRESSION, VARIABLE, INCLUDES, IF-FAILS)
# --------------------------------------------------------
# Assign VARIABLE the value of the compile-time EXPRESSION using INCLUDES for
diff --git a/configure.ac b/configure.ac
index d565073731..da482a0d3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -962,12 +962,6 @@ AC_SUBST(GhcLibsWithReadline)
dnl ** check if it is safe to include both <time.h> and <sys/time.h>
AC_HEADER_TIME
-dnl ** how do we get a timezone name, and UTC offset ?
-AC_STRUCT_TIMEZONE
-
-dnl ** do we have altzone?
-FP_DECL_ALTZONE
-
dnl ** do we have long longs?
AC_CHECK_TYPES([long long])