diff options
author | Ross Paterson <ross@soi.city.ac.uk> | 2006-08-09 12:42:15 +0000 |
---|---|---|
committer | Ross Paterson <ross@soi.city.ac.uk> | 2006-08-09 12:42:15 +0000 |
commit | e2e80125a6d6ebe1d081713ef000ed9712bfbb05 (patch) | |
tree | ba0494c76099034470902d35108392d4b20be75b /aclocal.m4 | |
parent | d0a684e232d82a32079cbe2cc04cffa0ebf4b4f3 (diff) | |
download | haskell-e2e80125a6d6ebe1d081713ef000ed9712bfbb05.tar.gz |
move altzone test to base package
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 21 |
1 files changed, 0 insertions, 21 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 |