summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-10-29 17:29:40 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2018-10-29 17:29:40 -0500
commit02ab4d6ef4606ad7fea5f9c0a87aee3b2e06ee53 (patch)
treee22f14184325740c3673a086e048e79a37f708c9
parentef125b3b256e85068b74f2e74755139caada6ecb (diff)
downloadATCD-02ab4d6ef4606ad7fea5f9c0a87aee3b2e06ee53.tar.gz
config-android.h: Fix error message
-rw-r--r--ACE/ace/config-android.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/ace/config-android.h b/ACE/ace/config-android.h
index 61f10b133c4..d8ac0bfc6da 100644
--- a/ACE/ace/config-android.h
+++ b/ACE/ace/config-android.h
@@ -92,7 +92,9 @@
#if __ANDROID_API__ >= 21
# define ACE_HAS_SEMUN
# if ACE_ANDROID_NDK_LESS_THAN(15, 0)
-# error "This combination of Android NDK < r15 and API >= 21 does is not supported. There are conflicting versions of semun"
+# error \
+This combination of Android NDK < r15 and API >= 21 is not supported. \
+There are conflicting versions of semun between ACE and linux/sem.h.
# endif
#endif