$NetBSD: patch-aa,v 1.1.1.1 2004/04/06 13:47:43 jmmv Exp $

--- configure.orig	2004-03-20 06:43:31.000000000 +0100
+++ configure
@@ -19426,6 +19426,8 @@ fi
 
 
 
+# SDL is only used for the sample player; disable it.
+if false; then
 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
 if test "${with_sdl_prefix+set}" = set; then
   withval="$with_sdl_prefix"
@@ -19718,11 +19720,14 @@ echo "$as_me: WARNING: *** Unable to fin
 
 
   rm -f conf.sdltest
+fi
 
 
 
 
 
+# OSS is only used by the sample player; disable it.
+if false; then
 for ac_header in sys/soundcard.h soundcard.h machine/soundcard.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -19876,6 +19881,7 @@ echo "$as_me: WARNING: OSS audio support
 fi
 
 done
+fi
 
 
 if test x$HAVE_SDL = xyes -a x$HAVE_OSS = xyes; then
