]> wimlib.net Git - wimlib/commit - configure.ac
configure.ac: explicitly call PKG_PROG_PKG_CONFIG
authorEric Biggers <ebiggers3@gmail.com>
Sun, 2 Apr 2023 06:29:13 +0000 (23:29 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 2 Apr 2023 06:29:13 +0000 (23:29 -0700)
commit868434584c82251120fbf3fb908dd6c6bef4825b
tree366518d1e5bc115dd89d2cacf2010081721802ef
parente3a0ba519d051b5e85927c9d5626bf1453fda932
configure.ac: explicitly call PKG_PROG_PKG_CONFIG

Without this, pkg-config only worked if the first PKG_CHECK_MODULES that
appears *in the file* was executed, i.e. only if WITH_NTFS_3G=yes.
configure.ac