diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |