summaryrefslogtreecommitdiff
path: root/ace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Makefile')
-rw-r--r--ace/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Makefile b/ace/Makefile
index e1c1ab183b9..f1f433cfbb6 100644
--- a/ace/Makefile
+++ b/ace/Makefile
@@ -302,9 +302,11 @@ ifeq ($(ssl),1)
DIRS += SSL
endif # ssl
-ifneq ($(rmcast),0)
- DIRS += RMCast
-endif # rmcast
+ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
+ ifneq ($(rmcast),0)
+ DIRS += RMCast
+ endif # rmcast
+endif # ACE_HAS_GNUG_PRE_2_8
####
#### Build customization.