From 5dd6aea87773922b52f9a3f5e3a3df1ce002f1a3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 7 Aug 1999 16:01:17 +0000 Subject: [PATCH] (LIBTIFF): Use -ltiff instead of -ltiff34 --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index a3d44dd39db..b5403c2f352 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -402,7 +402,7 @@ LIBXT= #if HAVE_TIFF #ifndef LIBTIFF -#define LIBTIFF -ltiff34 +#define LIBTIFF -ltiff #endif /* not defined LIBTIFF */ #else /* not HAVE_TIFF */ #define LIBTIFF -- 2.39.5