From 83179dd8be390bb904882e34143d44551f475be0 Mon Sep 17 00:00:00 2001 From: jyrki Date: Tue, 9 May 2017 07:41:36 -0700 Subject: Remove quicklz and lzf support in benchmarks. --- cmake/config.h.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cmake') diff --git a/cmake/config.h.in b/cmake/config.h.in index 757d031..29fad3c 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -25,15 +25,9 @@ /* Define to 1 if you have the `fastlz' library (-lfastlz). */ #cmakedefine HAVE_LIBFASTLZ ${HAVE_LIBFASTLZ} -/* Define to 1 if you have the `lzf' library (-llzf). */ -#cmakedefine HAVE_LIBLZF ${HAVE_LIBLZF} - /* Define to 1 if you have the `lzo2' library (-llzo2). */ #cmakedefine HAVE_LIBLZO2 ${HAVE_LIBLZO2} -/* Define to 1 if you have the `quicklz' library (-lquicklz). */ -#cmakedefine HAVE_LIBQUICKLZ ${HAVE_LIBQUICKLZ} - /* Define to 1 if you have the `z' library (-lz). */ #cmakedefine HAVE_LIBZ ${HAVE_LIBZ} -- cgit v1.2.3