summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r--TAO/tao/orbconf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index ae77d5c8c7f..259b61f7c6c 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -249,7 +249,10 @@ const size_t TAO_DEFAULT_VALUE_FACTORY_TABLE_SIZE = 128;
#endif
#if !defined (TAO_HAS_ZIOP)
-# define TAO_HAS_ZIOP 1
+# if (TAO_HAS_CORBA_MESSAGING == 1)
+// ZIOP needs corba messaging to work
+# define TAO_HAS_ZIOP 1
+# endif
#endif
// Avoid namespace pollution that's common on older UNIXes...