summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2012-08-19 16:56:32 +0000
committerbfriesen <bfriesen>2012-08-19 16:56:32 +0000
commite3e341eece7cf396dc205a99875cb04dff1f40b1 (patch)
tree4f064da34ad446eaf112f5a19bc796745de5531b /config
parent685c78073cf82f1fca54545fd84af9a9b16a423d (diff)
downloadlibtiff-e3e341eece7cf396dc205a99875cb04dff1f40b1.tar.gz
* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add
some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and also fixes an error in a comment. Adds the photometric values to tif_print.c, and fixes a bug. These changes are by Steve Underwood. * libtiff/tif_write.c: Fix bug rewriting image tiles in a
Diffstat (limited to 'config')
-rwxr-xr-xconfig/ltmain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ltmain.sh b/config/ltmain.sh
index 63ae69dc..e172628f 100755
--- a/config/ltmain.sh
+++ b/config/ltmain.sh
@@ -1180,7 +1180,7 @@ func_enable_tag "$optarg"
test "$opt_debug" = : || func_append preserve_args " --debug"
case $host in
- *cygwin* | *mingw* | *pw32* | *cegcc*)
+ *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2*)
# don't eliminate duplications in $postdeps and $predeps
opt_duplicate_compiler_generated_deps=:
;;