diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-08-07 00:08:37 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-08-07 00:08:37 +0000 |
commit | 64509c2fc7be7c9db9a7f91c9eae800d4ce9b680 (patch) | |
tree | b881c8bb4ab9c3436a396717a6bf0ff9d04ffbd0 /include | |
parent | 08193444c8592125ab2e58692752eb02d8c089bf (diff) | |
download | ATCD-64509c2fc7be7c9db9a7f91c9eae800d4ce9b680.tar.gz |
ChangeLogTag:Sun Aug 6 17:03:29 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'include')
-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 04373bc6fe4..c859f8054f0 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -404,7 +404,7 @@ ifeq ($(ssl),0) endif # ssl ifneq ($(ssl),) - CPPFLAGS += -DACE_HAS_SSL $(PLATFORM_SSL_CPPFLAGS) + CPPFLAGS += -DACE_HAS_SSL=1 $(PLATFORM_SSL_CPPFLAGS) LIBS += $(PLATFORM_SSL_LIBS) LDFLAGS += $(PLATFORM_SSL_LDFLAGS) endif # ssl |