]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
CPPFLAGS/LDFLAGS examples were missing -I / -L options..
authorTimo Sirainen <tss@iki.fi>
Tue, 1 Jul 2003 19:17:02 +0000 (22:17 +0300)
committerTimo Sirainen <tss@iki.fi>
Tue, 1 Jul 2003 19:17:02 +0000 (22:17 +0300)
--HG--
branch : HEAD

INSTALL

diff --git a/INSTALL b/INSTALL
index 89ceba02ad32e7fa19ce5bda3eed7e6d2076314a..8f773d1dc1968f2abebb5eb17cf2d54d6bb43ddc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -19,7 +19,7 @@ If you have installed some libraries into locations which require special
 include or library paths, you can give them in CPPFLAGS and LDFLAGS
 environment variables. For example:
 
-  CPPFLAGS=/opt/openssl/include LDFLAGS=/opt/openssl/lib ./configure
+  CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure
 
 
 SSL/TLS