summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-11-10 16:25:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-11-10 18:40:59 +0100
commitb80dd040e532d651168e171acd3ad194a284438a (patch)
tree21cc9294a3d62e8ad7f848c3db170ff53c5d914e /configure.ac
parent9dc30c3e0575254228bb9653cfffee4d9fb06db3 (diff)
Remove obsolete AC_HEADER_STDC check
Autoconf 2.70 beta autoupdate says: > configure.ac:6540: warning: The preprocessor macro `STDC_HEADERS' is obsolete. > Except in unusual embedded environments, you can safely include all > ISO C90 headers unconditionally. Change-Id: I3d7e96ccd1683f51d47250c013cb0b6ea11d70ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105554 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 34d116db105e..0b382e8f5bf2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6538,13 +6538,6 @@ if test "$build_os" = "cygwin"; then
fi
dnl ===================================================================
-dnl Check if stdc headers are available excluding MSVC.
-dnl ===================================================================
-if test "$_os" != "WINNT"; then
- AC_HEADER_STDC
-fi
-
-dnl ===================================================================
dnl Testing for C++ compiler and version...
dnl ===================================================================