From: Michael Jerris Date: Fri, 18 Jul 2014 16:53:54 +0000 (-0400) Subject: FS-6542: add pkg_config path for portaudio on mac via homebrew X-Git-Tag: v1.4.8~10^2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b186ca9f74241b18411b1f4166e711bd20bb83eb;p=thirdparty%2Ffreeswitch.git FS-6542: add pkg_config path for portaudio on mac via homebrew --- diff --git a/configure.ac b/configure.ac index d80875c376..9c42da5c82 100644 --- a/configure.ac +++ b/configure.ac @@ -1127,6 +1127,7 @@ case $host in 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/ + path_push_unique PKG_CONFIG_PATH /usr/local/opt/portaudio/lib/pkgconfig/ ;; esac