1 Add an option to disable the ssl module
3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6 configure.in | 6 ++++++
7 1 file changed, 6 insertions(+)
10 ===================================================================
13 @@ -2656,6 +2656,12 @@
14 DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} nis"
18 + AS_HELP_STRING([--disable-ssl], [disable SSL]),
19 + [ if test "$enableval" = "no"; then
20 + DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} ssl"
24 AS_HELP_STRING([--disable-dbm], [disable DBM]),
25 [ if test "$enableval" = "no"; then