From: Eli Zaretskii Date: Sat, 13 Sep 2014 07:10:40 +0000 (+0300) Subject: Resurrect sound support on MS-Windows that was lost in transition. X-Git-Tag: emacs-24.3.94~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e868e853a85fb4466ab045962a269db31760f354;p=emacs.git 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) --- diff --git a/ChangeLog b/ChangeLog index e0090a45ced..b1951aa6c71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-13 Eli Zaretskii + + * configure.ac (HAVE_SOUND): Check for mmsystem.h header that + defines the sound stuff on MS-Windows. (Bug#18463) + 2014-08-22 Ken Brown * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the diff --git a/configure.ac b/configure.ac index d4e1d65ff56..f05c14a319c 100644 --- a/configure.ac +++ b/configure.ac @@ -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