Subject: esddsp not supported
To: None <netbsd-users@netbsd.org>
From: Hanspeter Roth <hampi@rootshell.be>
List: netbsd-users
Date: 03/22/2004 00:26:43
Hello,

when building the esound-0.2.32 package the config.log mentions

configure:12355: checking if your platform supports esddsp
configure:12362: result: no

configure contains:

echo $ECHO_N "checking if your platform supports esddsp... $ECHO_C" >&6
case "$host_os" in
  linux* | freebsd* | bsdi4* )
    dsp_ok=yes
    ;;
esac

Is it true that NetBSD should not support esddsp?

-Hanspeter