From: Timo Sirainen Date: Tue, 1 Jul 2003 19:17:02 +0000 (+0300) Subject: CPPFLAGS/LDFLAGS examples were missing -I / -L options.. X-Git-Tag: 1.1.alpha1~4516 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ef1b4e47e5fb189fa4a69c963688fa18ec3001;p=thirdparty%2Fdovecot%2Fcore.git CPPFLAGS/LDFLAGS examples were missing -I / -L options.. --HG-- branch : HEAD --- diff --git a/INSTALL b/INSTALL index 89ceba02ad..8f773d1dc1 100644 --- 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