Skip to content
Snippets Groups Projects
Commit 4bde1255 authored by Howard Chu's avatar Howard Chu
Browse files

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

parent 202cf8af
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment