diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0f40a84..bff1e29 100644 --- a/configure.ac +++ b/configure.ac @@ -240,7 +240,9 @@ if test "x${have_lz4}" = "xyes"; then else test -z "${with_lz4_libdir}" || LZ4_LIBS="-R${with_lz4_libdir} $LZ4_LIBS" fi + liblz4_LIBS="${LZ4_LIBS}" fi +AC_SUBST([liblz4_LIBS]) AC_CONFIG_FILES([Makefile man/Makefile |