From c1eeea1d879240a9f784d5ee42f26db1ade58f3e Mon Sep 17 00:00:00 2001 From: ehaupt Date: Sun, 2 Jul 2017 16:51:55 +0200 Subject: [PATCH] Unfortunately configure assumes it is only available on OpenBSD. Modify configure.ac to detect sndio on FreeBSD. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4252913..498829d 100644 --- a/configure.ac +++ b/configure.ac @@ -154,7 +154,7 @@ darwin*) AC_SUBST([XMP_DARWIN_LDFLAGS]) fi ;; -openbsd*) +openbsd*|freebsd*) AC_CHECK_HEADER(sndio.h) if test "${ac_cv_header_sndio_h}" = "yes"; then AC_DEFINE(SOUND_SNDIO)