summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2005-03-08 23:58:26 +0000
committerSteve Huston <shuston@riverace.com>2005-03-08 23:58:26 +0000
commit04acc6a22d77002fd500bbd6dc41244f68bbbe29 (patch)
tree1a6acac1095f44f57d82aec1f4359ae06d7ec526 /configure.ac
parentbfbf281902f7b21c3a3d59d7a50981789de4ffda (diff)
downloadATCD-04acc6a22d77002fd500bbd6dc41244f68bbbe29.tar.gz
ChangeLogTag:Tue Mar 8 17:01:34 2005 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d4c9a196b91..43c1085fc7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -403,7 +403,7 @@ dnl Check for asynchronous IO calls (perform check *after* thread check!)
ACE_CHECK_ASYNCH_IO
dnl Check for TLS/SSL support.
-if test "$ace_user_with_ssl" = yes; then
+if test "$ace_user_enable_ssl" = yes; then
ACE_CHECK_TLS
fi