changeset: 6861:211afb39a22a user: Vincent Lefevre <[email protected]> date: Fri Nov 18 12:32:46 2016 +0100 link: http://dev.mutt.org/hg/mutt/rev/211afb39a22a
Updated requirement on the C compiler. diffs (12 lines): diff -r fa32396b5e26 -r 211afb39a22a INSTALL --- a/INSTALL Thu Nov 17 17:54:35 2016 -0800 +++ b/INSTALL Fri Nov 18 12:32:46 2016 +0100 @@ -29,7 +29,7 @@ - If you are building from Mercurial, or if you are changing parts of mutt, particularly the build system, do read doc/devel-notes.txt. -- An ANSI C compiler (such as GCC) is required. +- A C99 compiler (such as GCC) is required. - You must also have a SysV compatible curses library, or you must install either
