From 2d2e1952310948dccf9e53b367e0c3312248bac6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 4 Jun 2004 03:38:17 +0000 Subject: [PATCH] add z to default tiff libs --- dtool/Config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index d9cf7b4991..7600864cf0 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -253,7 +253,7 @@ // Is libtiff installed, and where? #define TIFF_IPATH #define TIFF_LPATH -#define TIFF_LIBS tiff +#define TIFF_LIBS tiff z #defer HAVE_TIFF $[libtest $[TIFF_LPATH],$[TIFF_LIBS]]