libnxz / power-gzip

POWER NX zlib compliant library
23 stars 18 forks source link

Fix valgrind-check when building from the source directory #127

Closed tuliom closed 2 years ago

tuliom commented 2 years ago

Use a variable that is guaranteed to have an absolute path (abs_top_srcdir) instead of top_srcdir, which may have a relative path when the build directory is identical to the source directory.