summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-10-29 16:01:49 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2018-10-29 16:01:49 -0500
commitcddb2d2bb178b0d618c3f4ea6be1a1351ad3998e (patch)
tree89a07e09e8a5891cf1b76dc834d8ce2410221745
parentbaf54e97e1f00d18c90d2241e3d75ec3298c6475 (diff)
downloadATCD-cddb2d2bb178b0d618c3f4ea6be1a1351ad3998e.tar.gz
Error if Android NDK < r15 and Android API >= 21
-rw-r--r--ACE/ace/config-android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/config-android.h b/ACE/ace/config-android.h
index 62e3400b8aa..61f10b133c4 100644
--- a/ACE/ace/config-android.h
+++ b/ACE/ace/config-android.h
@@ -92,7 +92,7 @@
#if __ANDROID_API__ >= 21
# define ACE_HAS_SEMUN
# if ACE_ANDROID_NDK_LESS_THAN(15, 0)
-# define ACE_HAS_LINUX_SEM_H
+# error "This combination of Android NDK < r15 and API >= 21 does is not supported. There are conflicting versions of semun"
# endif
#endif