On Fri, Sep 23, 2022 at 10:31:39PM +0200, Antoine Jacoutot wrote: > > There's no configure knob for doing without libzip. I tried adding > > "--without-libzip" and it just complained about that option.
> There is. > But you cannot just assume --disable-$randomlib works. > Each configure script is different; in this case, you want: --without-pptx > which > libzip is a dependency for. > In general, ./configure --help and/or looking at the configure script itself > will give you the needed information. Yeah. That's why I knew to try "--without-zlib". None of the existing "--without-x" in our Makefile is listed by "./configure --help" but it does show "--without-PACKAGE" as an option. > I just committed a fix. Good. --Kurt
