diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-15 05:00:23 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-15 05:00:23 (GMT) |
commit | 0f3cde14533060cd7a46f897e7db938166dff56a (patch) | |
tree | 8309e85b36b146dc9a973d3de68be7b666d31ea2 /configure.ac | |
parent | eb9a9b6ffa7946f0e76f5425bacadb4944e615f8 (diff) | |
download | cpython-0f3cde14533060cd7a46f897e7db938166dff56a.zip cpython-0f3cde14533060cd7a46f897e7db938166dff56a.tar.gz cpython-0f3cde14533060cd7a46f897e7db938166dff56a.tar.bz2 |
use autoconf macro to check for pkg-config (closes #15506)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9698ea0..8177e27 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |