From 7da28a248197f99815a9c061d5777c3b71342a61 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 2 May 2014 13:26:37 -0400 Subject: [PATCH] FS-353: look for ldns pkg-config for homebrew, you will need to update your homebrew ldns package if you installed it prior to this commit, they just fixed the pkg-config file being installed --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index a4a0fba656..527fc1b739 100644 --- a/configure.ac +++ b/configure.ac @@ -1118,6 +1118,7 @@ case $host in *-darwin*) path_push_unique PKG_CONFIG_PATH /usr/local/opt/curl/lib/pkgconfig path_push_unique PKG_CONFIG_PATH /usr/local/opt/sqlite/lib/pkgconfig/ + path_push_unique PKG_CONFIG_PATH /usr/local/opt/ldns/lib/pkgconfig/ ;; esac