]> git.sur5r.net Git - openldap/commitdiff
Change "-Ddef" example to something harmless and hopefully more obvious.
authorHoward Chu <hyc@openldap.org>
Thu, 13 Feb 2003 23:58:54 +0000 (23:58 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 13 Feb 2003 23:58:54 +0000 (23:58 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 92311143cfb7da3cd9cbc89f1c84f003ee5fac85..51bd3c56129fca37b8c909b32510ebedd3aa41e3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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