summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-10-09 03:27:02 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-10-09 03:27:02 +0000
commit69599f8951bf19f797114be510f4fc558ea1b308 (patch)
treeacc1215240b6f6e29661c37069bb7c285305d67d
parent7c385bea5e53fea4052116a550dca2e113619096 (diff)
downloadATCD-69599f8951bf19f797114be510f4fc558ea1b308.tar.gz
ChangeLogTag: Sun Oct 8 22:23:56 2000 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile3
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 8bc109f6f89..e1490bd24ec 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Sun Oct 8 22:23:56 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Makefile: FaultTolerance library will not be
+ built with g++ 2.8 and before. This is because Notify service is
+ not built.
+
Sun Oct 08 16:49:15 2000 Balachandran Natarajan <bala@cs.wustl.edu>
* orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.i: Fixed a typo in
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index a56cfe84306..9d6454d973e 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -61,7 +61,8 @@ ifndef TAO_ORBSVCS
endif # ssl
ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
- TAO_ORBSVCS += Notify
+ TAO_ORBSVCS += Notify \
+ FaultTolerance
endif # ACE_HAS_GNUG_PRE_2_8
endif # TAO_ORBSVCS