# HG changeset patch # User Tony Vroon # Date 1225582760 0 # Node ID c1417013d4eb01ca80bff1b54f70d80137c34043 # Parent f17af872dee06f9a458685c2870233ca333031cf Silencing these _cv_ warnings by renaming that can_has_midi thing. diff -r f17af872dee0 -r c1417013d4eb configure.ac --- a/configure.ac Sat Nov 01 20:28:06 2008 +0100 +++ b/configure.ac Sat Nov 01 23:39:20 2008 +0000 @@ -1076,7 +1076,7 @@ fi if test "x$have_alsa" = "xyes"; then - AUD_TRY_COMPILE([ALSA MIDI support], [alsalib_hasmidi], + AUD_TRY_COMPILE([ALSA MIDI support], [alsalib_cv_hasmidi], [#include ], [snd_seq_t *seq = NULL;], [alsalib_midi=yes], [alsalib_midi=no])