Whamcloud - gitweb
Use the fuse3 libraries reported by pkg-config
authorTheodore Ts'o <tytso@mit.edu>
Sat, 14 Jun 2025 20:47:26 +0000 (16:47 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 15 Jun 2025 02:33:11 +0000 (22:33 -0400)
commit6282b7516ab11529d1b46ddebc6a6643d2bbaecd
tree70f16028a72c8021b1d791da812e9f30b5139d8f
parent29f7dc71b5208f979dc3aaee717c84af34f5bb2a
Use the fuse3 libraries reported by pkg-config

It used to be that PKG_CHECK_MODULES would set foo_LDFLAGS; not it
just sets the foo_LIBS with the required -L and -l options.  Fix this
up for fuse3 support.

This fixes support on MacOS using MacFuse.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac