diff options
author | Max Kellermann <max@duempel.org> | 2012-10-02 10:58:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-10-02 10:58:53 +0200 |
commit | a9419da09c27986708002fcb6a9032371eb1ce2b (patch) | |
tree | 9d1f7546e33b13e8f975b54c5d09714b230555fb /configure.ac | |
parent | ccd7104cdc631e427d42903ea7dab21028364d4b (diff) | |
download | mpd-a9419da09c27986708002fcb6a9032371eb1ce2b.tar.gz mpd-a9419da09c27986708002fcb6a9032371eb1ce2b.tar.xz mpd-a9419da09c27986708002fcb6a9032371eb1ce2b.zip |
Makefile.am: eliminate FLAC_COMMON
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 685aba1ee..3e12626c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1140,9 +1140,6 @@ fi AM_CONDITIONAL(HAVE_XIPH, test x$enable_vorbis = xyes || test x$enable_tremor = xyes || test x$enable_flac = xyes || test x$enable_opus = xyes) -AM_CONDITIONAL(HAVE_FLAC_COMMON, - test x$enable_flac = xyes) - dnl --------------------------------------------------------------------------- dnl Encoders for Streaming Audio Output Plugins dnl --------------------------------------------------------------------------- |