mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
OCaml 5.1 changes the names of these libraries for some reason. Also in OCaml 5.1, if using those libraries you must link with -lzstd. Since zstd was already described as "required" (although we only used it in the appliance), there is no official change to the requirements, but I have added a configure time check for the library. Thanks: Jerry James <loganjerry@gmail.com>