diff options
author | Max Kellermann <max@duempel.org> | 2009-11-10 21:00:10 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-10 21:00:10 +0100 |
commit | 93a13b42dd3d792a32c5e256d5172cf7647a3fc5 (patch) | |
tree | ff93932fda859457a0ff833611398c0eff3f51c5 /configure.ac | |
parent | 96fcf5e1a5006fb43f245db02182dd7fd86a8161 (diff) | |
download | mpd-93a13b42dd3d792a32c5e256d5172cf7647a3fc5.tar.gz mpd-93a13b42dd3d792a32c5e256d5172cf7647a3fc5.tar.xz mpd-93a13b42dd3d792a32c5e256d5172cf7647a3fc5.zip |
zzip: require libzzip 0.13
We need the function zzip_file_stat().
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a57f72e2f..83fad5724 100644 --- a/configure.ac +++ b/configure.ac @@ -339,7 +339,7 @@ AC_ARG_ENABLE(zip, [enable zip archive support (default: disabled)]),, enable_zip=no) -MPD_AUTO_PKG(zip, ZZIP, [zziplib], +MPD_AUTO_PKG(zip, ZZIP, [zziplib >= 0.13], [libzzip archive library], [libzzip not found]) AM_CONDITIONAL(HAVE_ZIP, test x$enable_zip = xyes) |