[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Nov 10 17:41:45 UTC 2020
configure.ac | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit b80dd040e532d651168e171acd3ad194a284438a
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Nov 10 16:25:21 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Nov 10 18:40:59 2020 +0100
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 at redhat.com>
diff --git a/configure.ac b/configure.ac
index 34d116db105e..0b382e8f5bf2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6537,13 +6537,6 @@ if test "$build_os" = "cygwin"; then
CSC_PATH="$formatted_path"
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 ===================================================================
More information about the Libreoffice-commits
mailing list