Change "-Ddef" example to something harmless and hopefully more obvious.

This commit is contained in:
Howard Chu 2003-02-13 23:58:54 +00:00
parent 202cf8af75
commit 4bde125560

View File

@ -38,7 +38,7 @@ Making and Installing the OpenLDAP Distribution
Variable Description Example
CC C compiler gcc
CFLAGS C flags -O -g
CPPFLAGS cpp flags -I/path/include -Ddef
CPPFLAGS cpp flags -I/path/include -DFOO=42
LDFLAGS ld flags -L/usr/local/lib
LIBS libraries -llib
PATH command path /usr/local/bin:/usr/bin:/bin