From 50731469be7b7c0ed18768789604e13955a8b2f7 Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Thu, 3 Jan 2013 19:30:00 +0200 Subject: Fix compilation for Android. Change-Id: Ide46bb5104022c5e54a1f2a8bd7822a14bcf603d Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/3rdparty/libtiff/libtiff/tif_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty/libtiff') diff --git a/src/3rdparty/libtiff/libtiff/tif_config.h b/src/3rdparty/libtiff/libtiff/tif_config.h index f851384..dc579c3 100644 --- a/src/3rdparty/libtiff/libtiff/tif_config.h +++ b/src/3rdparty/libtiff/libtiff/tif_config.h @@ -110,7 +110,7 @@ /* #undef HAVE_PTHREAD */ /* Define to 1 if you have the header file. */ -#if !defined(Q_OS_WINCE) && !defined(Q_OS_SYMBIAN) && !defined(Q_OS_VXWORKS) +#if !defined(Q_OS_WINCE) && !defined(Q_OS_SYMBIAN) && !defined(Q_OS_VXWORKS) && !defined(Q_OS_ANDROID) #define HAVE_SEARCH_H 1 #endif -- cgit v1.2.3