emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117968: * configure.ac [CYGWIN]: Enable sound suppo


From: Ken Brown
Subject: [Emacs-diffs] trunk r117968: * configure.ac [CYGWIN]: Enable sound support.
Date: Sat, 27 Sep 2014 23:34:06 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117968
revision-id: address@hidden
parent: address@hidden
committer: Ken Brown <address@hidden>
branch nick: trunk
timestamp: Sat 2014-09-27 19:35:50 -0400
message:
  * configure.ac [CYGWIN]: Enable sound support.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-09-25 02:59:45 +0000
+++ b/ChangeLog 2014-09-27 23:35:50 +0000
@@ -1,3 +1,7 @@
+2014-09-27  Ken Brown  <address@hidden>
+
+       * configure.ac [CYGWIN]: Enable sound support.
+
 2014-09-25  Paul Eggert  <address@hidden>
 
        * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.

=== modified file 'configure.ac'
--- a/configure.ac      2014-09-25 02:59:45 +0000
+++ b/configure.ac      2014-09-27 23:35:50 +0000
@@ -254,7 +254,7 @@
 
 AC_ARG_WITH([sound],[AS_HELP_STRING([--with-sound=VALUE],
   [compile with sound support (VALUE one of: yes, alsa, oss, bsd-ossaudio, no;
-default yes).  Only for GNU/Linux, FreeBSD, NetBSD, MinGW.])],
+default yes).  Only for GNU/Linux, FreeBSD, NetBSD, MinGW, Cygwin.])],
   [ case "${withval}" in
       yes|no|alsa|oss|bsd-ossaudio) val=$withval ;;
       *) AC_MSG_ERROR([`--with-sound=$withval' is invalid;
@@ -1442,7 +1442,7 @@
 
 HAVE_SOUND=no
 if test "${with_sound}" != "no"; then
-  # Sound support for GNU/Linux, the free BSDs, and MinGW.
+  # Sound support for GNU/Linux, the free BSDs, MinGW, and Cygwin.
   AC_CHECK_HEADERS([machine/soundcard.h sys/soundcard.h soundcard.h 
mmsystem.h],
     have_sound_header=yes, [], [
     #ifdef __MINGW32__
@@ -1505,7 +1505,7 @@
      case "$opsys" in
        dnl defined __FreeBSD__ || defined __NetBSD__ || defined __linux__
        dnl Adjust the --with-sound help text if you change this.
-       gnu-linux|freebsd|netbsd|mingw32)
+       gnu-linux|freebsd|netbsd|mingw32|cygwin)
          AC_DEFINE(HAVE_SOUND, 1, [Define to 1 if you have sound support.])
          HAVE_SOUND=yes
          ;;


reply via email to

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