mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-15 03:20:18 +00:00
Remove ! pkg-config for mac
This commit is contained in:
parent
43e5d26f71
commit
48eb27f7b0
@ -665,12 +665,12 @@ AC_PATH_PROG([PKG_CONFIG], [pkg-config], [no])
|
|||||||
case $host in
|
case $host in
|
||||||
*-darwin*)
|
*-darwin*)
|
||||||
path_push_unique PKG_CONFIG_PATH /usr/local/opt/libpq/lib/pkgconfig
|
path_push_unique PKG_CONFIG_PATH /usr/local/opt/libpq/lib/pkgconfig
|
||||||
|
path_push_unique PKG_CONFIG_PATH /usr/local/opt/openssl@1.1/lib/pkgconfig
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test "$PKG_CONFIG" = "no" \
|
if test "$PKG_CONFIG" = "no" \
|
||||||
|| test x"$enable_core_pgsql_pkgconfig" = x"no" \
|
|| test x"$enable_core_pgsql_pkgconfig" = x"no"; then
|
||||||
|| ! pkg-config libpq; then
|
|
||||||
if test "$PG_CONFIG" != "no"; then
|
if test "$PG_CONFIG" != "no"; then
|
||||||
AC_MSG_CHECKING([for PostgreSQL libraries via pg_config])
|
AC_MSG_CHECKING([for PostgreSQL libraries via pg_config])
|
||||||
POSTGRESQL_CFLAGS="-I`$PG_CONFIG --includedir`"
|
POSTGRESQL_CFLAGS="-I`$PG_CONFIG --includedir`"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user