# HG changeset patch # User Gerd Moellmann # Date 936715731 0 # Node ID d1375178d8122c5d9f2cb5687723e7ec4ea14890 # Parent 6df76c3ff5c29d8a08b3d3a759b1cd9606ad98d0 (--with-sound): Removed. diff -r 6df76c3ff5c2 -r d1375178d812 configure.in --- a/configure.in Tue Sep 07 13:06:27 1999 +0000 +++ b/configure.in Tue Sep 07 14:48:51 1999 +0000 @@ -76,8 +76,6 @@ [ --with-gif use -lungif for displaying GIF images]) AC_ARG_WITH(png, [ --with-png use -lpng for displaying PNG images]) -AC_ARG_WITH(sound, -[ --with-sound native sound support for GNU/Linux and free BSDs]) AC_ARG_WITH(toolkit-scroll-bars, [ --with-toolkit-scroll-bars use Motif or Xaw3d scroll bars]) @@ -1109,12 +1107,7 @@ AC_AIX # Sound support for GNU/Linux and the free BSDs. -if test "${with_sound}" = ""; then - with_sound=no -fi -if test "${with_sound}" != "no"; then - AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h) -fi +AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h) dnl checks for header files AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h termcap.h)