From 52a6fdb97bd645a7f815ef615e66405b57c0523a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 17 Sep 2023 20:19:56 -0400 Subject: [PATCH] Fixed build failure induced by the new version of autoconf. Die in a hail of capitalist machine gun fire, Richard Stallman. Communism is straight from hell and so are you. --- webcit/configure.ac | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/webcit/configure.ac b/webcit/configure.ac index 6dfc88519..2ca5796b2 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -134,20 +134,6 @@ AC_CHECK_SIZEOF(int, 0) AC_CHECK_SIZEOF(long, 0) AC_CHECK_SIZEOF(long unsigned int, 0) AC_CHECK_SIZEOF(size_t, 0) -dnl m4_warn([obsolete], -[Update your code to rely only on HAVE_SYS_TIME_H, -then remove this warning and the obsolete code below it. -All current systems provide time.h; it need not be checked for. -Not all systems provide sys/time.h, but those that do, all allow -you to include it and time.h simultaneously.])dnl -AC_CHECK_HEADERS_ONCE([sys/time.h]) -# Obsolete code to be removed. -if test $ac_cv_header_sys_time_h = yes; then - AC_DEFINE([TIME_WITH_SYS_TIME],[1],[Define to 1 if you can safely include both - and . This macro is obsolete.]) -fi -# End of obsolete code. - dnl Checks for library functions. m4_warn([obsolete], -- 2.30.2