Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 2/2] Remove now unrequired AC_PROG_TRADITONAL



Signed-off-by: Eitan Adler <lists@xxxxxxxxxxxxxx>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index c4d3889a3..b46e2f4c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -537,7 +537,6 @@ AC_SUBST(EXELDFLAGS)dnl
 AC_SUBST(LIBLDFLAGS)dnl
 
 AC_PROG_CPP                 dnl Figure out how to run C preprocessor.
-AC_PROG_GCC_TRADITIONAL     dnl Do we need -traditional flag for gcc.
 AC_C_CONST                  dnl Does compiler support `const'.
 
 dnl Default preprocessing on Mac OS X produces warnings
-- 
2.17.0



Messages sorted by: Reverse Date, Date, Thread, Author