]> git.eshelyaron.com Git - emacs.git/commitdiff
Resurrect sound support on MS-Windows that was lost in transition.
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Sep 2014 07:10:40 +0000 (10:10 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Sep 2014 07:10:40 +0000 (10:10 +0300)
 configure.ac (HAVE_SOUND): Check for mmsystem.h header that
 defines the sound stuff on MS-Windows.  (Bug#18463)

ChangeLog
configure.ac

index e0090a45cedf44c838b3250e51c81f0187409761..b1951aa6c71c763de32c5943538f72f4d4a13fd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
+       defines the sound stuff on MS-Windows.  (Bug#18463)
+
 2014-08-22  Ken Brown  <kbrown@cornell.edu>
 
        * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
index d4e1d65ff56dfce2b360f9e7cc50c0782f28845e..f05c14a319cb4f762cade0ac8fd66bc12044832e 100644 (file)
@@ -1398,7 +1398,7 @@ AC_DEFUN([PKG_CHECK_MODULES], [
 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