diff options
author | Thomas White <taw@physics.org> | 2011-03-09 16:34:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:19 +0100 |
commit | c57e0ce86d79401b73b8395431c433b7a2d56bad (patch) | |
tree | 7abb5608ec2bf35cc6dbc32fa5a68260938bfad7 /configure | |
parent | 119608ac2a339aca282812e9cbdc3bb015c1040c (diff) |
Fix TIFF test
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 |