summaryrefslogtreecommitdiffstats
path: root/src/configure.ac
diff options
context:
space:
mode:
authorIllia Bobyr <illia.bobyr@gmail.com>2023-08-29 21:16:29 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-29 21:17:50 +0200
commit0e82b59df3fc12dc006e45e17222bcbb0462903f (patch)
treec0291d677190ba3ed35085bf719e094ad1021206 /src/configure.ac
parentbddc6adca647f7f20ff6e1b7913e394d09c5eb23 (diff)
patch 9.0.1817: configure: using obsolete AC_HEADER_STDCv9.0.1817
Problem: configure: using obsolete AC_HEADER_STDC Solution: Remove it and re-create configure closes: #12949 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Illia Bobyr <illia.bobyr@gmail.com>
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/configure.ac b/src/configure.ac
index c7e01f0b80..294e331364 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -25,9 +25,6 @@ AC_CHECK_PROG(STRIP, strip, strip, :)
dnl Check for extension of executables
AC_EXEEXT
-dnl Check for standard headers. We don't use this in Vim but other stuff
-dnl in autoconf needs it, where it uses STDC_HEADERS.
-AC_HEADER_STDC
AC_HEADER_SYS_WAIT
dnl Check that the C99 features that Vim uses are supported: