Skip to content

Commit e44ec6b

Browse files
Revert "Revert "openssl is now enabled by default.""
This reverts commit 264ffeb.
1 parent 41a8f4d commit e44ec6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ if test "x$enable_cs" = "xyes"; then
132132
TOOLS_CRYPTO="tools_crypto"
133133
fi
134134

135-
AC_MSG_CHECKING(--enable-openssl argument)
135+
AC_MSG_CHECKING(--disable-openssl argument)
136136
AC_ARG_ENABLE(openssl,
137-
[ --enable-openssl Enable all openssl features, dependant of openssl library],
138-
[enable_openssl="yes"],
139-
[enable_openssl="no"])
137+
[ --disable-openssl Disable all openssl features, dependant of openssl library],
138+
[enable_openssl=$enableval],
139+
[enable_openssl="yes"])
140140
AC_MSG_RESULT($enable_openssl)
141141
if 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]))

0 commit comments

Comments
 (0)