]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-353: sqlite pkg-config path for mac homebrew
authorMichael Jerris <mike@jerris.com>
Mon, 24 Mar 2014 13:09:52 +0000 (09:09 -0400)
committerMichael Jerris <mike@jerris.com>
Mon, 24 Mar 2014 13:09:52 +0000 (09:09 -0400)
configure.ac

index 1f8241b3dc8758be9c8f8f9652ccfc4c554aa3a5..ca837ff0b7f5aaa5852858a473ad94a722eb25e0 100644 (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