File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ if test "x$enable_cs" = "xyes"; then
132132 TOOLS_CRYPTO="tools_crypto"
133133fi
134134
135- AC_MSG_CHECKING ( -- disable -openssl argument )
135+ AC_MSG_CHECKING ( -- enable -openssl argument )
136136AC_ARG_ENABLE ( openssl ,
137- [ --disable -openssl Disable all openssl features, dependant of openssl library] ,
138- [ enable_openssl=$enableval ] ,
139- [ enable_openssl="yes "] )
137+ [ --enable -openssl Enable all openssl features, dependant of openssl library] ,
138+ [ enable_openssl="yes" ] ,
139+ [ enable_openssl="no "] )
140140AC_MSG_RESULT ( $enable_openssl )
141141if test "x$enable_openssl" = "xyes"; then
142142 AC_CHECK_HEADER ( openssl/sha.h ,,AC_MSG_ERROR ( [ cannot find openssl/sha.h . remove --enable-openssl to remove this dependaency or install openssl] ) )
You can’t perform that action at this time.
0 commit comments