From fa048a9b2c6b8edbf30a7374bd4d8c53e75a4fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 5 Sep 2018 13:37:48 +0200 Subject: [PATCH] Replace custom HAVE_TZSET define with AC_CHECK_FUNCS call --- acconfig.h | 3 --- config.h.in | 3 --- 2 files changed, 6 deletions(-) diff --git a/acconfig.h b/acconfig.h index 8b37b5b8db..5b59f2e9f8 100644 --- a/acconfig.h +++ b/acconfig.h @@ -17,9 +17,6 @@ ***/ @TOP@ -/** define if tzset() is available */ -#undef HAVE_TZSET - /** * define if pthread_setconcurrency() should be called to tell the * OS how many threads we might want to run. diff --git a/config.h.in b/config.h.in index d4673ead18..546c17727e 100644 --- a/config.h.in +++ b/config.h.in @@ -17,9 +17,6 @@ *** it does not get installed. ***/ -/** define if tzset() is available */ -#undef HAVE_TZSET - /** * define if pthread_setconcurrency() should be called to tell the * OS how many threads we might want to run.