From 6f203526bb563c02365becde59a4912a4d1c5007 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 8 Apr 2012 15:27:51 +0000 Subject: Fix comments git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1677 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- config.mk.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/config.mk.in b/config.mk.in index 490363aa..53950a5f 100644 --- a/config.mk.in +++ b/config.mk.in @@ -375,12 +375,11 @@ TIFFHDR_DIR = #TIFFHDR_DIR = /usr/local1/DEC/include # Some TIFF libraries do Jpeg and/or Z (flate) compression and thus any -# program linked with the TIFF library needs a Jpeg and/or Z library. -# Some TIFF libraries have such library statically linked in, but others -# need it to be dynamically linked at program load time. -# Make this 'N' if youf TIFF library doesn't need such dynamic linking. -# As of 2005.01, the most usual build of the TIFF library appears to require -# both. +# program linked with the TIFF library needs a Jpeg and/or Z library. Some +# TIFF libraries have such library statically linked in, but others need it to +# be linked with the program at link-edit time or dynamically at program load +# time. Make this 'N' if your TIFF library doesn't need such linking. As of +# 2005.01, the most usual build of the TIFF library appears to require both. TIFFLIB_NEEDS_JPEG = Y TIFFLIB_NEEDS_Z = Y -- cgit 1.4.1