summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libtiff/libtiff/tif_config.h
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2013-01-03 19:30:00 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-01-04 09:35:13 +0100
commit95793fb556e21269e9f0904b7ffa4dceda791bf9 (patch)
treee2c384e26c2c16e05a69e1f3308aa0e2a960eee8 /src/3rdparty/libtiff/libtiff/tif_config.h
parente86c435f3f9a3ac88b3f3259ded57ef9758697af (diff)
Fix compilation for Android.wip/android
Change-Id: Ide46bb5104022c5e54a1f2a8bd7822a14bcf603d Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/3rdparty/libtiff/libtiff/tif_config.h')
-rw-r--r--src/3rdparty/libtiff/libtiff/tif_config.h2
1 files changed, 1 insertions, 1 deletions
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 <search.h> 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