emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117496: Resurrect sound support on MS-Windows th


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r117496: Resurrect sound support on MS-Windows that was lost in transition.
Date: Sat, 13 Sep 2014 07:11:33 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117496
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/18463
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Sat 2014-09-13 10:10:40 +0300
message:
  Resurrect sound support on MS-Windows that was lost in transition.
  
   configure.ac (HAVE_SOUND): Check for mmsystem.h header that
   defines the sound stuff on MS-Windows.  (Bug#18463)
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-08-22 13:03:05 +0000
+++ b/ChangeLog 2014-09-13 07:10:40 +0000
@@ -1,3 +1,8 @@
+2014-09-13  Eli Zaretskii  <address@hidden>
+
+       * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
+       defines the sound stuff on MS-Windows.  (Bug#18463)
+
 2014-08-22  Ken Brown  <address@hidden>
 
        * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the

=== modified file 'configure.ac'
--- a/configure.ac      2014-08-22 13:03:05 +0000
+++ b/configure.ac      2014-09-13 07:10:40 +0000
@@ -1398,7 +1398,7 @@
 HAVE_SOUND=no
 if test "${with_sound}" != "no"; then
   # Sound support for GNU/Linux, the free BSDs, and MinGW.
-  AC_CHECK_HEADERS([machine/soundcard.h sys/soundcard.h soundcard.h],
+  AC_CHECK_HEADERS([machine/soundcard.h sys/soundcard.h soundcard.h 
mmsystem.h],
     have_sound_header=yes, [], [
     #ifdef __MINGW32__
     #define WIN32_LEAN_AND_MEAN


reply via email to

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