diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 983d134f9..63847a260 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-05-29 Peter Stephenson <p.stephenson@samsung.com> + * Eitan Adler: 42862: configure.ac: AC_PROG_TRADITIONAL is no + longer needed. + * Eitan Adler: 42863: configure.ac: autoconf update to latest conventions. 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 |