diff configure.ac @ 2982:c1417013d4eb

Silencing these _cv_ warnings by renaming that can_has_midi thing.
author Tony Vroon <chainsaw@gentoo.org>
date Sat, 01 Nov 2008 23:39:20 +0000
parents a68a51138f4d
children 8a7364b4c957
line wrap: on
line diff
--- 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 <alsa/asoundlib.h>],
 [snd_seq_t *seq = NULL;],
   [alsalib_midi=yes], [alsalib_midi=no])