[minicoredumper] [PATCH 6/8] buildsystem: remove AC_PROG_GCC_TRADITIONAL autoconf macro
Juergen Borleis
jbe at pengutronix.de
Mon Mar 11 11:23:16 CET 2019
>From the autoconf docs:
"This macro is obsolescent, since current versions of the GNU C compiler
fix the header files automatically when installed."
Signed-off-by: Juergen Borleis <jbe at pengutronix.de>
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2289b74..9e2030e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,6 @@ AC_TYPE_SSIZE_T
AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
-AC_PROG_GCC_TRADITIONAL
AC_FUNC_FORK
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
AC_FUNC_MALLOC
--
2.11.0
More information about the minicoredumper
mailing list