`AC_PROG_GCC_TRADITIONAL` is obsolete and is now just an alias for `AC_PROG_CC`,
which is already defined.
Signed-off-by: Jeremy Sowden <
jer...@azazel.net>
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/
configure.ac b/
configure.ac
index adccce6cab9b..75f25f2e87ef 100644
--- a/
configure.ac
+++ b/
configure.ac
@@ -97,7 +97,6 @@ dnl ===================
AC_PROG_CC
WM_PROG_CC_C11
AC_PROG_LN_S
-AC_PROG_GCC_TRADITIONAL
LT_INIT
--
2.45.2