]> wimlib.net Git - wimlib/commitdiff
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)
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

index 3d26cb0653fde5090b222d92da119cefe7d02109..f77b3e7a7eb215081d2532563eb9cf63aee44ebc 100644 (file)
@@ -10,6 +10,7 @@ AM_SILENT_RULES([yes])
 AC_C_BIGENDIAN
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 LT_INIT
+PKG_PROG_PKG_CONFIG
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile] [doc/Doxyfile] [wimlib.pc])