summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-13 15:56:17 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-13 15:56:17 +0000
commit52d7a45e4b314c2b52b392b503a4413b9487533f (patch)
tree2a633af38c183d855b024e26a92507bf6e053013
parent850dace6dd861e0f1fd19fa881132f8eaddee67b (diff)
downloadATCD-52d7a45e4b314c2b52b392b503a4413b9487533f.tar.gz
ChangeLogTag: Thu Jul 13 10:55:44 2000 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-02a5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--ace/Makefile2
4 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cfbf8c59c8..e9821647dac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 13 10:55:44 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Makefile: changed ssl check from ifneq null to
+ ifeq 1, to allow ssl = 0.
+
Thu Jul 13 10:10:54 2000 David L. Levine <levine@cs.wustl.edu>
* ace/Makefile: move ssl check to after include of wrapper_macros.GNU,
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 0cfbf8c59c8..e9821647dac 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Thu Jul 13 10:55:44 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Makefile: changed ssl check from ifneq null to
+ ifeq 1, to allow ssl = 0.
+
Thu Jul 13 10:10:54 2000 David L. Levine <levine@cs.wustl.edu>
* ace/Makefile: move ssl check to after include of wrapper_macros.GNU,
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 0cfbf8c59c8..e9821647dac 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Thu Jul 13 10:55:44 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Makefile: changed ssl check from ifneq null to
+ ifeq 1, to allow ssl = 0.
+
Thu Jul 13 10:10:54 2000 David L. Levine <levine@cs.wustl.edu>
* ace/Makefile: move ssl check to after include of wrapper_macros.GNU,
diff --git a/ace/Makefile b/ace/Makefile
index 4e789cc432c..058faa2089b 100644
--- a/ace/Makefile
+++ b/ace/Makefile
@@ -269,7 +269,7 @@ ifneq ($(GHS),)
endif # 86
endif # GHS
-ifneq ($(ssl),)
+ifeq ($(ssl),1)
DIRS += SSL
endif # ssl