Fix README. jpeg/zlib parameters are --with-included-{zlib,jpeg} instead of
--with-tight-{zlib,jpeg}.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3658 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/README b/unix/README
index db0301a..3445bc3 100644
--- a/unix/README
+++ b/unix/README
@@ -55,7 +55,7 @@
 This should build first some libraries - zlib, jpeg, rdr, network, Xregion, rfb
 and tx - then vncviewer, vncconfig and vncpasswd.  System zlib and jpeg are
 preferred. If you want use zlib and jpeg distributed with TigerVNC you have to
-run configure "./configure --with-tight-zlib --with-tight-jpeg".
+run configure "./configure --with-included-zlib --with-included-jpeg".
 
 Building Xvnc
 =============