aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-08 16:18:37 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:08 +0100
commit4e841e7a8592ca406235ecf181245dba0b0c5e30 (patch)
tree1da15eaa11564e4198fed623d067c896752801b6 /configure
parente5c2085dafa95f7d9f82fe4a8bb79012cb0f3166 (diff)
Make PNG and TIFF tests work
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure b/configure
index 38d96fc4..7d1dd6b4 100755
--- a/configure
+++ b/configure
@@ -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