diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-11-17 09:18:42 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-11-17 09:18:42 +0000 |
commit | e0cad6bc7b73bf9a6c38d04acd3a06e7cd20d4ed (patch) | |
tree | 50b913568461af931e603732468bc4f090ab3aff /include/makeinclude/wrapper_macros.GNU | |
parent | 0bf1dc6fe765e0c95b8b6705ed665368d7fc43a2 (diff) | |
download | ATCD-e0cad6bc7b73bf9a6c38d04acd3a06e7cd20d4ed.tar.gz |
ChangeLogTag:Fri Nov 17 01:16:25 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 8c719a4bf85..5fed6644b06 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -419,7 +419,7 @@ ifeq ($(ssl),0) endif # ssl ifneq ($(ssl),) - CPPFLAGS += -DACE_HAS_SSL=1 $(PLATFORM_SSL_CPPFLAGS) + CPPFLAGS += $(PLATFORM_SSL_CPPFLAGS) LIBS += $(PLATFORM_SSL_LIBS) LDFLAGS += $(PLATFORM_SSL_LDFLAGS) endif # ssl |