Check for latest libsndfile.
https://github.com/EdSchouten/herrie/commit/4e80990dc29266e8238f79539f8a751556d53892
Fix libsndfile 1.0.18 detection.
https://github.com/EdSchouten/herrie/commit/dbff9fee97b28db470c044485d37dba594d52b9b
--- src/conftest.c.orig	2008-10-14 11:20:58.000000000 -0500
+++ src/conftest.c	2024-01-23 08:11:44.000000000 -0600
@@ -63,6 +63,10 @@
 int
 main(int argc, char *argv[])
 {
+
+#ifdef BUILD_SNDFILE
+	sf_get_string(NULL, SF_STR_ALBUM);
+#endif /* BUILD_SNDFILE */
 #ifdef BUILD_XSPF
 	spiff_write(NULL, NULL, NULL);
 #endif /* BUILD_XSPF */
