summaryrefslogtreecommitdiff
path: root/dnscrypt/dnscrypt.m4
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-02-09 20:59:02 +0000
committerCy Schubert <cy@FreeBSD.org>2021-02-09 20:59:02 +0000
commitd60fa10fd872db7e3d8cb1e161cfdae026c43b14 (patch)
treee19b79c68276ce72fabece9595abbdd5e6378eb0 /dnscrypt/dnscrypt.m4
parent072fbfa38b24d202f4eac875ad2f93531dad7f7e (diff)
Vendor import of Unbound 1.13.1.vendor/unbound/1.13.1
Diffstat (limited to 'dnscrypt/dnscrypt.m4')
-rw-r--r--dnscrypt/dnscrypt.m42
1 files changed, 1 insertions, 1 deletions
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"