File tree 2 files changed +2
-2
lines changed
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
1234
1234
# thread-safety. In 1.1.0, it's no longer required, and CRYPTO_lock()
1235
1235
# function was removed.
1236
1236
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) ] )
1238
1238
elif test "$with_ssl" != no ; then
1239
1239
AC_MSG_ERROR ( [ --with-ssl must specify openssl] )
1240
1240
fi
Original file line number Diff line number Diff line change 899
899
/* Define to select named POSIX semaphores. */
900
900
#undef USE_NAMED_POSIX_SEMAPHORES
901
901
902
- /* Define to build with OpenSSL support. (--with-ssl=openssl) */
902
+ /* Define to 1 to build with OpenSSL support. (--with-ssl=openssl) */
903
903
#undef USE_OPENSSL
904
904
905
905
/* Define to 1 to build with PAM support. (--with-pam) */
You can’t perform that action at this time.
0 commit comments