Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure.ac: fix UMP support detection
b399fb8 added usage of alsa/ump_msg.h without checking whether alsa-lib was compiled with rawmidi support: https://github.com/alsa-project/alsa-lib/blob/master/include/Makefile.am#L37 Fixes a build error when alsa-lib was compiled with --disable-rawmidi aplaymidi.c:34:10: fatal error: alsa/ump_msg.h: No such file or directory 34 | #include <alsa/ump_msg.h> Closes: #240 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- Loading branch information