From 0e82b59df3fc12dc006e45e17222bcbb0462903f Mon Sep 17 00:00:00 2001 From: Illia Bobyr Date: Tue, 29 Aug 2023 21:16:29 +0200 Subject: patch 9.0.1817: configure: using obsolete AC_HEADER_STDC Problem: configure: using obsolete AC_HEADER_STDC Solution: Remove it and re-create configure closes: #12949 Signed-off-by: Christian Brabandt Co-authored-by: Illia Bobyr --- src/configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/configure.ac') 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: -- cgit v1.2.3