Fix handling of --with-libgcrypt.

This commit is contained in:
Guus Sliepen 2013-12-10 17:13:15 +01:00
parent b7d59f035b
commit e6b32936c5

View file

@ -216,7 +216,7 @@ tinc_READLINE
tinc_ZLIB
tinc_LZO
if test "x$with_libgcrypt" != "xno"; then
if test -n "$with_libgcrypt"; then
gcrypt=true
tinc_LIBGCRYPT
else