emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Mon, 08 Apr 2002 02:16:19 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.290 emacs/configure.in:1.291
*** emacs/configure.in:1.290    Mon Mar 18 09:03:56 2002
--- emacs/configure.in  Mon Apr  8 02:16:19 2002
***************
*** 63,68 ****
--- 63,72 ----
  AC_ARG_WITH(hesiod,
  [  --with-hesiod           support Hesiod to get the POP server host],
  [AC_DEFINE(HESIOD)])
+ 
+ AC_ARG_WITH(sound,
+ [  --without-sound         don't compile with sound support])
+ 
  dnl This should be the last --with option, because --with-x is
  dnl added later on when we find the path of X, and it's best to
  dnl keep them together visually.
***************
*** 1348,1358 ****
  dnl Do this early because it can frob feature test macros for Unix-98 &c.
  AC_SYS_LARGEFILE
  
! # Sound support for GNU/Linux and the free BSDs.
! AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h soundcard.h)
! # Emulation library used on NetBSD.
! AC_CHECK_LIB(ossaudio, _oss_ioctl, LIBSOUND=-lossaudio, LIBSOUND=)
! AC_SUBST(LIBSOUND)
  
  dnl checks for header files
  AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
--- 1352,1364 ----
  dnl Do this early because it can frob feature test macros for Unix-98 &c.
  AC_SYS_LARGEFILE
  
! if test "${with_sound}" != "no"; then
!   # Sound support for GNU/Linux and the free BSDs.
!   AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h soundcard.h)
!   # Emulation library used on NetBSD.
!   AC_CHECK_LIB(ossaudio, _oss_ioctl, LIBSOUND=-lossaudio, LIBSOUND=)
!   AC_SUBST(LIBSOUND)
! fi
  
  dnl checks for header files
  AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]