Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
2981:f17af872dee0 | 2982:c1417013d4eb |
---|---|
1074 enable_amidiplug=yes | 1074 enable_amidiplug=yes |
1075 fi | 1075 fi |
1076 fi | 1076 fi |
1077 | 1077 |
1078 if test "x$have_alsa" = "xyes"; then | 1078 if test "x$have_alsa" = "xyes"; then |
1079 AUD_TRY_COMPILE([ALSA MIDI support], [alsalib_hasmidi], | 1079 AUD_TRY_COMPILE([ALSA MIDI support], [alsalib_cv_hasmidi], |
1080 [#include <alsa/asoundlib.h>], | 1080 [#include <alsa/asoundlib.h>], |
1081 [snd_seq_t *seq = NULL;], | 1081 [snd_seq_t *seq = NULL;], |
1082 [alsalib_midi=yes], [alsalib_midi=no]) | 1082 [alsalib_midi=yes], [alsalib_midi=no]) |
1083 fi | 1083 fi |
1084 | 1084 |