mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
Enable ldns when using ldns-config.
Actually enable ldns when attempting to use ldns-config. bz#2697, patch from fredrik at fornwall.net.
This commit is contained in:
parent
58b8cfa2a0
commit
7af27bf538
@ -1486,6 +1486,7 @@ AC_ARG_WITH(ldns,
|
||||
else
|
||||
LIBS="$LIBS `$LDNSCONFIG --libs`"
|
||||
CPPFLAGS="$CPPFLAGS `$LDNSCONFIG --cflags`"
|
||||
ldns=yes
|
||||
fi
|
||||
elif test "x$withval" != "xno" ; then
|
||||
CPPFLAGS="$CPPFLAGS -I${withval}/include"
|
||||
|
Loading…
x
Reference in New Issue
Block a user