From: Guus Sliepen Date: Tue, 10 Dec 2013 16:13:15 +0000 (+0100) Subject: Fix handling of --with-libgcrypt. X-Git-Tag: import-tinc-1.1~27 X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=e6b32936c569d9f2ceaea76af2f8f0551d163dd9 Fix handling of --with-libgcrypt. --- 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