diff configure.in @ 213:78f53ef88e17 r20-4b5

Import from CVS: tag r20-4b5
author cvs
date Mon, 13 Aug 2007 10:06:47 +0200
parents 78478c60bfcd
children 1f0dabaa0855
line wrap: on
line diff
--- a/configure.in	Mon Aug 13 10:05:53 2007 +0200
+++ b/configure.in	Mon Aug 13 10:06:47 2007 +0200
@@ -2920,27 +2920,6 @@
    AC_DEFINE(GETTIMEOFDAY_ONE_ARGUMENT)])
 fi
 
-AC_MSG_CHECKING(whether the timezone variable is already declared)
-AC_TRY_LINK([
-#ifdef TIME_WITH_SYS_TIME
-#include <sys/time.h>
-#include <time.h>
-#else
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#else
-#include <time.h>
-#endif
-#endif
-  ],
-  [
-  timezone = 0;
-],
-  [AC_MSG_RESULT(yes)
-   AC_DEFINE(HAVE_TIMEZONE_DECL)],
-  [AC_MSG_RESULT(no)])
-
-
 
 AC_C_INLINE
 if test "$ac_cv_c_inline" != "no"; then