summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-29 08:44:59 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-29 08:44:59 +0000
commit2a7ddd983e50c74890db257cee1bea3a792c9f76 (patch)
tree75e12ed6ce836cb649af9ff0e373f3462137d5f6 /TAO
parent5b7130191038489e7e43a3a1d9fd109de8a1b65c (diff)
downloadATCD-2a7ddd983e50c74890db257cee1bea3a792c9f76.tar.gz
ChangeLogTag: Sat Jan 29 00:43:32 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 802aad33e68..c166eadc8eb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Sat Jan 29 00:43:32 2005 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * configure.ac:
+
+ Change --with-{acexml,qos,rmcast,ssl} to --enable-{acexml,qos,
+ rmcast,ssl} to be consistant with standard autoconf conventions.
+
Sat Jan 29 02:31:21 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
diff --git a/TAO/configure.ac b/TAO/configure.ac
index 0955dc6b644..d86a3b68b40 100644
--- a/TAO/configure.ac
+++ b/TAO/configure.ac
@@ -159,8 +159,8 @@ AM_CONDITIONAL(BUILD_INTERCEPTORS, true)
AM_CONDITIONAL(BUILD_ACE_UUID, true)
AM_CONDITIONAL(BUILD_AMI, true)
-ACE_WITH_ACEXML
-ACE_WITH_SSL
+ACE_ENABLE_ACEXML
+ACE_ENABLE_SSL
ACE_ENABLE_FL_REACTOR
ACE_ENABLE_QT_REACTOR
ACE_ENABLE_TK_REACTOR