NAS under debian for some reason has its headers installed in
/usr/include… here’s a small patch to find it properly.
BTW - no idea if NAS works, haven’t tested it. Looks like fun though…
G’day, eh?
- Teunis, having abandoned a -very- broken setup is now playing
with debian-unstable. This one will never learn g
— configure.in-o Mon Feb 4 06:22:10 2002
+++ configure.in Mon Feb 4 06:22:31 2002
@@ -393,6 +393,8 @@
have_nas=no
if test -r /usr/X11R6/include/audio/audiolib.h; then
have_nas=yes
-
elif test -r /usr/include/audio/audiolib.h; then
-
have_nas=yes fi AC_MSG_RESULT($have_nas) if test x$have_nas = xyes; then