summaryrefslogtreecommitdiff
path: root/TAO/MPC/config/taodefaults.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/MPC/config/taodefaults.mpb')
-rw-r--r--TAO/MPC/config/taodefaults.mpb6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/MPC/config/taodefaults.mpb b/TAO/MPC/config/taodefaults.mpb
index 0343a1e0814..481150f68c2 100644
--- a/TAO/MPC/config/taodefaults.mpb
+++ b/TAO/MPC/config/taodefaults.mpb
@@ -18,3 +18,9 @@ project : exceptions {
feature(!corba_messaging) {
macros += TAO_HAS_CORBA_MESSAGING=0
}
+
+// If the transport current feature is disabled, then we need
+// to add the TAO_HAS_CORBA_MESSAGING=0 macro onto the command line.
+feature(!transport_current) {
+ macros += TAO_HAS_TRANSPORT_CURRENT=0
+}