From 1c8d8d21dc73272e64178b683704d57d1186f516 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 28 Nov 1999 17:20:19 +0000 Subject: [PATCH] TIFF change 5. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.h.in b/setup.h.in index 2396eafd41..b20808e785 100644 --- a/setup.h.in +++ b/setup.h.in @@ -123,6 +123,10 @@ * Use libjpeg */ #define wxUSE_LIBJPEG 0 +/* + * Use libtiff + */ +#define wxUSE_LIBTIFF 0 /* * Use iODBC */