summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-15 18:16:36 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-16 23:02:02 +0100
commit2682e5f502679c7c6949b5e4a07f41e0b9c1510f (patch)
treef245245d9c88022ad9d88b8d9cda67012c10fd3a /m4
parentd2ea5d166eac6c48898bfbf1c92f4ccc071d72b9 (diff)
downloadcurl-2682e5f502679c7c6949b5e4a07f41e0b9c1510f.tar.gz
configure: remove use of deprecated macros
AC_HEADER_TIME, AC_HEADER_STDC and AC_TYPE_SIGNAL
Diffstat (limited to 'm4')
-rw-r--r--m4/curl-functions.m41
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