diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-09-07 14:48:51 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-09-07 14:48:51 +0000 |
commit | 8e5f58115ae808d4454a50b26f916c08c749d261 (patch) | |
tree | 094805d9ad443936e20e950e0a890de802945c8c /configure.in | |
parent | ce081ee334a6842e79304ee5a3fc4058ded60717 (diff) | |
download | emacs-8e5f58115ae808d4454a50b26f916c08c749d261.tar.gz |
(--with-sound): Removed.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.in b/configure.in index 1b5556afbe6..0e10721fe6d 100644 --- a/configure.in +++ b/configure.in @@ -76,8 +76,6 @@ AC_ARG_WITH(gif, [ --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 @@ dnl checks for Unix variants 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) |