diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3e8a232d9..d49660516 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1499,7 +1499,7 @@ AC_ARG_WITH(ldns, | |||
1499 | ldns="" | 1499 | ldns="" |
1500 | if test "x$withval" = "xyes" ; then | 1500 | if test "x$withval" = "xyes" ; then |
1501 | AC_PATH_TOOL([LDNSCONFIG], [ldns-config], [no]) | 1501 | AC_PATH_TOOL([LDNSCONFIG], [ldns-config], [no]) |
1502 | if test "x$PKGCONFIG" = "xno"; then | 1502 | if test "x$LDNSCONFIG" = "xno"; then |
1503 | CPPFLAGS="$CPPFLAGS -I${withval}/include" | 1503 | CPPFLAGS="$CPPFLAGS -I${withval}/include" |
1504 | LDFLAGS="$LDFLAGS -L${withval}/lib" | 1504 | LDFLAGS="$LDFLAGS -L${withval}/lib" |
1505 | LIBS="-lldns $LIBS" | 1505 | LIBS="-lldns $LIBS" |