From 88ef1b4e47e5fb189fa4a69c963688fa18ec3001 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 1 Jul 2003 22:17:02 +0300 Subject: [PATCH] CPPFLAGS/LDFLAGS examples were missing -I / -L options.. --HG-- branch : HEAD --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3