]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
build: Make crypto optional.
[paraslash.git] / configure.ac
index e004eaf1ea08d9d4e31bd2c9762de1df69f6904e..9918743e8cf498aeb2892c44d16e009d68af0aea 100644 (file)
@@ -316,10 +316,6 @@ if test "$check_gcrypt" = "yes"; then
 else
        have_gcrypt="no"
 fi
-###########################################################################
-if test "$have_openssl" = "no" -a "$have_gcrypt" = "no"; then
-       AC_MSG_ERROR([neither openssl nor gcrypt usable])
-fi
 ########################################################################### libsocket
 AC_CHECK_LIB([c], [socket],
        [socket_lib=],