fi
+ if test x_$withval = x_no; then
+ { { echo "$as_me:$LINENO: error: Need SSL library to do digital signature cryptography" >&5
+echo "$as_me: error: Need SSL library to do digital signature cryptography" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
if test x_$withval != x_no; then
{ echo "$as_me:$LINENO: checking for SSL" >&5
echo $ECHO_N "checking for SSL... $ECHO_C" >&6; }
],[
withval="yes"
])
+ if test x_$withval = x_no; then
+ AC_MSG_ERROR([Need SSL library to do digital signature cryptography])
+ fi
if test x_$withval != x_no; then
AC_MSG_CHECKING(for SSL)
if test x_$withval = x_ -o x_$withval = x_yes; then
+25 November 2008: Wouter
+ - configure complains when --without-ssl is given (bug #220).
+
24 November 2008: Wouter
- document that the user of the server daemon needs read privileges
on the keys and certificates generated by unbound-control-setup.