From d60fa10fd872db7e3d8cb1e161cfdae026c43b14 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 9 Feb 2021 12:59:02 -0800 Subject: Vendor import of Unbound 1.13.1. Includes numerous bugfixes documented at: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-13-1 --- dnscrypt/dnscrypt.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dnscrypt/dnscrypt.m4') diff --git a/dnscrypt/dnscrypt.m4 b/dnscrypt/dnscrypt.m4 index 591bd1375581..68964242a15d 100644 --- a/dnscrypt/dnscrypt.m4 +++ b/dnscrypt/dnscrypt.m4 @@ -11,7 +11,7 @@ AC_DEFUN([dnsc_DNSCRYPT], [opt_dnscrypt=$enableval], [opt_dnscrypt=no]) if test "x$opt_dnscrypt" != "xno"; then - AC_ARG_WITH([libsodium], AC_HELP_STRING([--with-libsodium=path], + AC_ARG_WITH([libsodium], AS_HELP_STRING([--with-libsodium=path], [Path where libsodium is installed, for dnscrypt]), [ CFLAGS="$CFLAGS -I$withval/include" LDFLAGS="$LDFLAGS -L$withval/lib" -- cgit v1.3