diff options
author | Steve Huston <shuston@riverace.com> | 2003-12-26 22:35:35 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2003-12-26 22:35:35 +0000 |
commit | e26fd5309889b648b1f77008d530c49e51c7a836 (patch) | |
tree | a5be2c136e19c1d0f3eef4940a4c9cfe0c0d5836 /m4 | |
parent | c79eab18dd611e18f41e0bc88797f0678f36927b (diff) | |
download | ATCD-e26fd5309889b648b1f77008d530c49e51c7a836.tar.gz |
ChangeLogTag:Fri Dec 26 17:29:29 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ace.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ace.m4 b/m4/ace.m4 index 47cbce9b82d..31998f0a854 100644 --- a/m4/ace.m4 +++ b/m4/ace.m4 @@ -334,7 +334,7 @@ dnl line, then "no_x" is set to "yes." [ ace_user_with_ssl=yes ]) -# AM_CONDITIONAL([BUILD_SSL], [test X$ace_user_with_ssl = Xyes]) +AM_CONDITIONAL([BUILD_SSL], [test X$ace_user_with_ssl = Xyes]) #AC_ARG_WITH([tao], # AS_HELP_STRING(--with-tao,build TAO (the ACE ORB) [[[yes]]]), |