diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-08 16:18:37 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:08 +0100 |
commit | 4e841e7a8592ca406235ecf181245dba0b0c5e30 (patch) | |
tree | 1da15eaa11564e4198fed623d067c896752801b6 /configure | |
parent | e5c2085dafa95f7d9f82fe4a8bb79012cb0f3166 (diff) |
Make PNG and TIFF tests work
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -6626,7 +6626,11 @@ else libPNG_LIBS=$pkg_cv_libPNG_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - havelibpng=true + + +$as_echo "#define HAVE_LIBPNG 1" >>confdefs.h + + fi else @@ -6658,6 +6662,9 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } +$as_echo "#define HAVE_TIFF 1" >>confdefs.h + + else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |