From e6b32936c569d9f2ceaea76af2f8f0551d163dd9 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Tue, 10 Dec 2013 17:13:15 +0100 Subject: [PATCH] Fix handling of --with-libgcrypt. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4b6d8ab8..bb926da5 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.20.1