--- a/configure.ac
+++ b/configure.ac
@@ -261,6 +261,6 @@
 
-dnl On musl, we need to find fts-standalone
+dnl On musl, we need to find musl-fts
 AS_CASE(
   [${host_os}], [*-musl*], [
-    PKG_CHECK_MODULES([FTS], [fts-standalone])
+    PKG_CHECK_MODULES([FTS], [musl-fts])
 ])