]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
binutils/configure: look for msgpack-c.pc (in addition to msgpack.pc)
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 7 May 2026 19:23:12 +0000 (15:23 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 15 May 2026 14:13:58 +0000 (10:13 -0400)
commit520c7eefed7f925582f845ff0c88337149936621
treea3e82b17e33078ceb08cf6b785e6b856967cb666
parent4355b37ca0864f3670a52ef68a64bf13e1c0cd4f
binutils/configure: look for msgpack-c.pc (in addition to msgpack.pc)

msgpack.pc was renamed to msgpack-c.pc in this commit [1].  This means
that we now find both in the wild.  For example Debian Bookworm has
msgpack.pc [2] while Debian Trixie has msgpack-c.pc [3].

Update the check in configure.ac to check for both.  Nothing in the code
needs to change.

[1] https://github.com/msgpack/msgpack-c/commit/01f3d24feee3a06b2a83c89b54fd0ec778d14610
[2] https://packages.debian.org/bookworm/amd64/libmsgpack-dev/filelist
[3] https://packages.debian.org/trixie/amd64/libmsgpack-c-dev/filelist
binutils/configure
binutils/configure.ac