summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-06-08 15:18:45 +0300
committerPanu Matilainen <pmatilai@redhat.com>2022-06-28 14:51:02 +0300
commitde015fdad72d25985d08a16755211e154cfc8bc8 (patch)
treeff6e5887c03e6ec695bb62774ac5a4d8deeb10bb
parent083c9957805896656e3c753d2fc15b051074361c (diff)
downloadrpm-de015fdad72d25985d08a16755211e154cfc8bc8.tar.gz
Drop quarter centry old, and obsolete, check for ANSI C89 headers
AC_HEADER_STDC may have been relevant in -97 but it's declared obsolete in autoconf and we're checking for these things by ourselves elsewhere... (cherry picked from commit 04fed7967f652fd2fd04738b7532385abd6e2915)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e95d4608f..ac71f0e24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -526,7 +526,7 @@ AM_GNU_GETTEXT([external])
AM_ICONV
dnl Checks for header files we can live without.
-AC_HEADER_STDC
+
dnl glibc and autoconf don't really play well together.
dnl glibc will produce a warning when including the wrong header.
dnl but still define major and minor. Causing us to include the header