Unfortunately configure assumes it is only available on OpenBSD. Modify

configure.ac to detect sndio on FreeBSD.
master
ehaupt 9 years ago committed by Ozkan Sezer
parent 7ce4dd6b1e
commit c1eeea1d87
  1. 2
      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)

Loading…
Cancel
Save