1 From: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
2 Subject: [PATCH] Add an option to disable openssl support.
4 Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
6 configure.ac | 6 ++++++
7 1 file changed, 6 insertions(+)
11 @@ -3027,6 +3027,12 @@
12 DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} unicodedata"
15 +AC_ARG_ENABLE(openssl,
16 + AS_HELP_STRING([--disable-openssl], [disable openssl support]),
17 + [ if test "$enableval" = "no"; then
18 + DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} ssl _ssl _hashlib"
23 AS_HELP_STRING([--disable-tk], [disable tk]),