diff INSTALL @ 1590:6bf54ebc16af HEAD

CPPFLAGS/LDFLAGS examples were missing -I / -L options..
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Jul 2003 22:17:02 +0300
parents a3de39b92838
children 587f7911b93d
line wrap: on
line diff
--- a/INSTALL	Tue Jul 01 21:48:47 2003 +0300
+++ b/INSTALL	Tue Jul 01 22:17:02 2003 +0300
@@ -19,7 +19,7 @@
 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