diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-03-15 18:16:36 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-03-16 23:02:02 +0100 |
commit | 2682e5f502679c7c6949b5e4a07f41e0b9c1510f (patch) | |
tree | f245245d9c88022ad9d88b8d9cda67012c10fd3a /m4/curl-functions.m4 | |
parent | d2ea5d166eac6c48898bfbf1c92f4ccc071d72b9 (diff) | |
download | curl-2682e5f502679c7c6949b5e4a07f41e0b9c1510f.tar.gz |
configure: remove use of deprecated macros
AC_HEADER_TIME, AC_HEADER_STDC and AC_TYPE_SIGNAL
Diffstat (limited to 'm4/curl-functions.m4')
-rw-r--r-- | m4/curl-functions.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index fba141dbd..9691ed245 100644 --- a/m4/curl-functions.m4 +++ b/m4/curl-functions.m4 @@ -446,7 +446,6 @@ dnl Set up variable with list of headers that must be dnl included when time.h is to be included. AC_DEFUN([CURL_INCLUDES_TIME], [ -AC_REQUIRE([AC_HEADER_TIME])dnl curl_includes_time="\ /* includes start */ #ifdef HAVE_SYS_TYPES_H |