File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1234,7 +1234,7 @@ if test "$with_ssl" = openssl ; then
12341234 # thread-safety. In 1.1.0, it's no longer required, and CRYPTO_lock()
12351235 # function was removed.
12361236 AC_CHECK_FUNCS ( [ CRYPTO_lock] )
1237- AC_DEFINE ( [ USE_OPENSSL] , 1 , [ Define to 1 if you have OpenSSL support.] )
1237+ AC_DEFINE ( [ USE_OPENSSL] , 1 , [ Define to 1 to build with OpenSSL support. (--with-ssl=openssl) ] )
12381238elif test "$with_ssl" != no ; then
12391239 AC_MSG_ERROR ( [ --with-ssl must specify openssl] )
12401240fi
Original file line number Diff line number Diff line change 899899/* Define to select named POSIX semaphores. */
900900#undef USE_NAMED_POSIX_SEMAPHORES
901901
902- /* Define to build with OpenSSL support. (--with-ssl=openssl) */
902+ /* Define to 1 to build with OpenSSL support. (--with-ssl=openssl) */
903903#undef USE_OPENSSL
904904
905905/* Define to 1 to build with PAM support. (--with-pam) */
You can’t perform that action at this time.
0 commit comments