[build] detect system installed sofia-sip using PKG_CONFIG_PATH

This commit is contained in:
Mike Jerris 2020-08-04 13:16:50 -04:00
parent 89fb3a7f66
commit 1e1d4866f0
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ AC_DEFUN([UNIMRCP_CHECK_SOFIA],
fi
done
dnl Check for installed Sofia-SIP in PKG_CONFIG_PATH
if test "$found_sofia" != "yes" && $PKG_CONFIG sofia-sip-ua > /dev/null 2>&1 ; then
found_sofia="yes"
sofia_config_path="sofia-sip-ua"
fi
dnl Check for full path to Sofia-SIP pkg-config file
if test "$found_sofia" != "yes" && test -f "$sofia_path" && $PKG_CONFIG $sofia_path > /dev/null 2>&1 ; then
found_sofia="yes"