Require libzip >= 1.0
authorManuel Bachmann <manuel.bachmann@iot.bzh>
Wed, 2 Dec 2015 14:16:51 +0000 (15:16 +0100)
committerManuel Bachmann <manuel.bachmann@iot.bzh>
Wed, 2 Dec 2015 14:16:51 +0000 (15:16 +0100)
commitdd21275cad886e101d49325ad6780eb65373b349
tree12da7eafd175a070e268c06afe0fbbd822e94eae
parentbbac3d8b95773bf58d60f8b074c6616ba5cda745
Require libzip >= 1.0

Most distributions still ship libzip 0.10, but wgtpkg is
using "zip_dir_add()", "ZIP_FL_ENC_*"... which only exist
in more recent libzip >= 1.0.

Make the autotools check more precise in this respect.

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
configure.ac