summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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