Fixed build failure induced by the new version of autoconf.
authorArt Cancro <ajc@citadel.org>
Mon, 18 Sep 2023 00:19:56 +0000 (20:19 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 18 Sep 2023 00:19:56 +0000 (20:19 -0400)
Die in a hail of capitalist machine gun fire, Richard Stallman.
Communism is straight from hell and so are you.

webcit/configure.ac

index 6dfc885193b6c47444c43ff500cf5c0c18dcb4fd..2ca5796b27be7fbdcc2fa21d4f655d644c81bd49 100644 (file)
@@ -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 <sys/time.h>
-            and <time.h>.  This macro is obsolete.])
-fi
-# End of obsolete code.
-
 
 dnl Checks for library functions.
 m4_warn([obsolete],