From: Michael Jerris Date: Mon, 24 Mar 2014 13:09:52 +0000 (-0400) Subject: FS-353: sqlite pkg-config path for mac homebrew X-Git-Tag: v1.5.12~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=169a264c33b922dd731412842606ecc2840cee71;p=thirdparty%2Ffreeswitch.git FS-353: sqlite pkg-config path for mac homebrew --- diff --git a/configure.ac b/configure.ac index 1f8241b3dc..ca837ff0b7 100644 --- a/configure.ac +++ b/configure.ac @@ -1077,6 +1077,7 @@ AC_SUBST(GETSOUNDS) 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/ ;; esac