diff --git a/INSTALL b/INSTALL index 33dd5ed5c3..1c5a5f1ec8 100644 --- a/INSTALL +++ b/INSTALL @@ -167,7 +167,7 @@ Supported Environmental Variables specified compiler. For example, to require strict ANSI C using the GNU C Compiler, use: - [env] CC="gcc -ansi -predantic" ./configure + [env] CC="gcc -ansi -pedantic" ./configure (you can use CFLAGS to specify compiler flags)