about summary refs log tree commit diff
path: root/config.mk.in
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-04-08 15:27:51 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-04-08 15:27:51 +0000
commit6f203526bb563c02365becde59a4912a4d1c5007 (patch)
tree3f2b7fed389f9a990c4fe27f58f5dbc5c543e711 /config.mk.in
parent6c3f05cf670bf8f06d0863b8fb69af70fe1ff021 (diff)
downloadnetpbm-mirror-6f203526bb563c02365becde59a4912a4d1c5007.tar.gz
netpbm-mirror-6f203526bb563c02365becde59a4912a4d1c5007.tar.xz
netpbm-mirror-6f203526bb563c02365becde59a4912a4d1c5007.zip
Fix comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1677 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'config.mk.in')
-rw-r--r--config.mk.in11
1 files 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