FS-353: sqlite pkg-config path for mac homebrew

This commit is contained in:
Michael Jerris 2014-03-24 09:09:52 -04:00
parent 487128950d
commit 169a264c33
1 changed files with 1 additions and 0 deletions

View File

@ -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