changeset 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 f17af872dee0
children 828fa2348ac9
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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])