X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;h=465a3b4bfcdc8890aedec0a2b53eccdfcf89525d;hb=b80cbaba040775ba20159b20d02c8c903c84e0e1;hp=8b7c07a6488c9d44a94451336b7995fd09fd0d6d;hpb=05a7f0b2fb07f8ee7752604a2a87b85f2430aaa3;p=tinc diff --git a/configure.ac b/configure.ac index 8b7c07a6..465a3b4b 100644 --- a/configure.ac +++ b/configure.ac @@ -201,8 +201,8 @@ else tinc_OPENSSL fi -AM_CONDITIONAL(OPENSSL, test "$openssl" = true) -AM_CONDITIONAL(GCRYPT, test "$grypt" = true) +AM_CONDITIONAL(OPENSSL, test -n "$openssl") +AM_CONDITIONAL(GCRYPT, test "$gcrypt" = true) dnl Check if support for jumbograms is requested AC_ARG_ENABLE(jumbograms,