From e8662248c8bf7dfc830ce34f301f30f59e600cd8 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Mon, 30 Aug 2010 14:35:49 +0200 Subject: libreplace: move gettimeofday TZ arg check here --- lib/util/time.m4 | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lib/util/time.m4 (limited to 'lib/util') diff --git a/lib/util/time.m4 b/lib/util/time.m4 deleted file mode 100644 index 675e20129f..0000000000 --- a/lib/util/time.m4 +++ /dev/null @@ -1,9 +0,0 @@ -AC_CACHE_CHECK([if gettimeofday takes tz argument],samba_cv_HAVE_GETTIMEOFDAY_TZ,[ -AC_TRY_RUN([ -#include -#include -main() { struct timeval tv; exit(gettimeofday(&tv, NULL));}], - samba_cv_HAVE_GETTIMEOFDAY_TZ=yes,samba_cv_HAVE_GETTIMEOFDAY_TZ=no,samba_cv_HAVE_GETTIMEOFDAY_TZ=yes)]) -if test x"$samba_cv_HAVE_GETTIMEOFDAY_TZ" = x"yes"; then - AC_DEFINE(HAVE_GETTIMEOFDAY_TZ,1,[Whether gettimeofday() is available]) -fi -- cgit