mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
use autoconf macro to check for pkg-config (closes #15506)
This commit is contained in:
parent
eb9a9b6ffa
commit
0f3cde1453
3 changed files with 38 additions and 3 deletions
|
@ -2335,7 +2335,7 @@ LIBS="$withval $LIBS"
|
|||
],
|
||||
[AC_MSG_RESULT(no)])
|
||||
|
||||
AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
# Check for use of the system expat library
|
||||
AC_MSG_CHECKING(for --with-system-expat)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue