From 615ccd1070def08b2e1245cc3487d0e1bb73696b Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sat, 17 Apr 2010 15:52:28 -0700 Subject: configure.ac: Add optional third variable to results. Add optional third value to results() to allow for non "yes" answers which are considered positive. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3e5561d42..b8c151156 100644 --- a/configure.ac +++ b/configure.ac @@ -1478,7 +1478,7 @@ results(mad, [MAD]) results(mpg123, [MPG123]) results(mp4, [MP4]) results(mpc, [Musepack]) -results(oggflac, [OggFLAC]) +results(oggflac, [OggFLAC], flac) echo -ne '\n\t' results(with_tremor, [OggTremor]) results(vorbis, [OggVorbis]) -- cgit v1.2.3