You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
344 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -313,11 +313,6 @@ fi
  4. dnl check for SDL
  5. HAVE_SDL=no
  6. -AM_PATH_SDL(,[
  7. - HAVE_SDL=yes
  8. - SDL_LIBS=`$SDL_CONFIG --libs`
  9. -],AC_MSG_WARN([*** Unable to find SDL -- Not compiling example players ***]))
  10. -
  11. dnl check for OSS
  12. HAVE_OSS=no
  13. AC_CHECK_HEADERS([sys/soundcard.h soundcard.h machine/soundcard.h],[