mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
Fix "predantic" typo.
This commit is contained in:
parent
9697ad210a
commit
b0290c2d49
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue