Make sure to clear HAVE_SNDIO before checking backends

This commit is contained in:
Chris Robinson
2011-06-23 18:39:16 -07:00
parent 5c17eb69cb
commit e8b785677d
+1
View File
@@ -378,6 +378,7 @@ SET(BACKENDS "")
SET(HAVE_ALSA 0)
SET(HAVE_OSS 0)
SET(HAVE_SOLARIS 0)
SET(HAVE_SNDIO 0)
SET(HAVE_DSOUND 0)
SET(HAVE_WINMM 0)
SET(HAVE_PORTAUDIO 0)