diff --git a/configure b/configure index bca3143902..260a8920aa 100755 --- a/configure +++ b/configure @@ -828,6 +828,10 @@ for drv in $audio_drv_list; do } ;; + oss|sdl|core|wav|dsound) + # XXX: Probes for CoreAudio, DirectSound, SDL(?) + ;; + esac done