summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rwxr-xr-xconfigure.ac11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index ed2f47afb..6f8f1c0cc 100755
--- a/configure.ac
+++ b/configure.ac
@@ -4246,13 +4246,6 @@ case "$OPT_FISH_FPATH" in
;;
esac
-dnl **********************************************************************
-dnl Back to "normal" configuring
-dnl **********************************************************************
-
-dnl Checks for header files.
-AC_HEADER_STDC
-
CURL_CHECK_HEADER_MALLOC
CURL_CHECK_HEADER_MEMORY
@@ -4338,7 +4331,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
CURL_CHECK_VARIADIC_MACROS
AC_TYPE_SIZE_T
-AC_HEADER_TIME
+
CURL_CHECK_STRUCT_TIMEVAL
CURL_VERIFY_RUNTIMELIBS
@@ -4453,8 +4446,6 @@ TYPE_SOCKADDR_STORAGE
TYPE_SIG_ATOMIC_T
-AC_TYPE_SIGNAL
-
CURL_CHECK_FUNC_SELECT
CURL_CHECK_FUNC_RECV