changeset 32187:15f9f2bb7bb7

Remove pointless sys/ioctl.h #includes from OSS audio checks.
author diego
date Thu, 16 Sep 2010 14:52:27 +0000
parents f1aae2e20e2c
children bba9058031a0
files configure
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Sep 16 14:42:15 2010 +0000
+++ b/configure	Thu Sep 16 14:52:27 2010 +0000
@@ -5483,7 +5483,6 @@
 echocheck "OSS Audio"
 if test "$_ossaudio" = auto ; then
   cat > $TMPC << EOF
-#include <sys/ioctl.h>
 #include <$_soundcard_header>
 int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; }
 EOF
@@ -5494,7 +5493,6 @@
   def_ossaudio='#define CONFIG_OSS_AUDIO 1'
   aomodules="oss $aomodules"
   cat > $TMPC << EOF
-#include <sys/ioctl.h>
 #include <$_soundcard_header>
 #ifdef OPEN_SOUND_SYSTEM
 int main(void) { return 0; }