aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-09 16:34:52 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:19 +0100
commitc57e0ce86d79401b73b8395431c433b7a2d56bad (patch)
tree7abb5608ec2bf35cc6dbc32fa5a68260938bfad7 /configure
parent119608ac2a339aca282812e9cbdc3bb015c1040c (diff)
Fix TIFF test
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure b/configure
index 9f06a509..6ffb56bc 100755
--- a/configure
+++ b/configure
@@ -7043,14 +7043,10 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFOpen" >&5
$as_echo "$ac_cv_lib_tiff_TIFFOpen" >&6; }
if test "x$ac_cv_lib_tiff_TIFFOpen" = x""yes; then :
- cat >>confdefs.h <<_ACEOF
-#define HAVE_LIBTIFF 1
-_ACEOF
- LIBS="-ltiff $LIBS"
+ have_libtiff=true
+ LIBTIFF_LIBS="-ltiff"
-else
- have_libtiff=true
fi